Мне вот такой вопрос задали, думаю что ответить:
Moving XML fixed format schemas to standard reusable schemas
Что такое "fixed format schemas" и "standard reusable schemas" ?
Гугл чего-то не дает мне нормального ответа либо я не знаю чего искать.
Контекст вот такой:
1. This person will be responsible for creating XML Schemas from all the Transactions from a Fixed Format and moving them into Standard Schemas. Schemas include: Order Transaction, Customer Transaction,
2. These Schemas are currently being passed between systems in a Fixed Format and the client wants them to be put into a bunch of re-usable smaller Schemas.
3. Consultant will pull together the common fields to build up a broader re-usable Schema.
Что такое fixed format schemas и standard reusable schemas?
-
- Уже с Приветом
- Posts: 1071
- Joined: 18 Nov 2003 22:53
- Location: MA
-
- Уже с Приветом
- Posts: 5669
- Joined: 13 Oct 2000 09:01
- Location: East Bay, CA
Re: Что такое fixed format schemas и standard reusable schemas?
testuser wrote:Контекст вот такой:
1. This person will be responsible for creating XML Schemas from all the Transactions from a Fixed Format and moving them into Standard Schemas. Schemas include: Order Transaction, Customer Transaction,
Здесь под "fixed format", я думаю, имеется в виду формат представления данных (типа HTML скажем), который имеет ограничения по сравнению с XML. Fixed format has a predefined markup language, while with XML lets you design your own customized markup languages.
Короче, это простая инструкция о создании XML схем для Order Transaction, Customer Transaction, взятых либо с веб форм, либо еще откуда.
Примерно так:
....
Fixed format – enter the names of the fields, their fixed lengths, and their structure including nested structures. This works well for many types of COBOL Copybooks.
.....
Сабина