ReplyHistForm2.xsd — различия между версиями
Материал из Фабиус wiki
Hisava (обсуждение | вклад) м |
Hisava (обсуждение | вклад) м |
||
(не показана одна промежуточная версия этого же участника) | |||
Строка 1: | Строка 1: | ||
<?xml version = "1.0" encoding = "utf-8"?> | <?xml version = "1.0" encoding = "utf-8"?> | ||
<xs:schema version = "1.0" | <xs:schema version = "1.0" | ||
− | xmlns:xs | + | xmlns:xs = "http://www.w3.org/2001/XMLSchema" |
− | xmlns:ns | + | xmlns:ns = "http://fsrar.ru/WEGAIS/ReplyHistForm2" |
− | targetNamespace | + | targetNamespace = "http://fsrar.ru/WEGAIS/ReplyHistForm2" |
− | elementFormDefault | + | elementFormDefault = "qualified" |
attributeFormDefault = "unqualified" | attributeFormDefault = "unqualified" | ||
xmlns:c = "http://fsrar.ru/WEGAIS/Common"> | xmlns:c = "http://fsrar.ru/WEGAIS/Common"> | ||
<xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/> | <xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/> | ||
− | <xs:complexType name="ReplyHistForm2"> | + | <xs:complexType name = "ReplyHistForm2"> |
<xs:annotation> | <xs:annotation> | ||
− | <xs:documentation>Ответ на запрос о движении по форме Б</xs:documentation> | + | <xs:documentation>'''Ответ на запрос о движении''' по форме Б</xs:documentation> |
</xs:annotation> | </xs:annotation> | ||
<xs:all> | <xs:all> | ||
− | <xs:element name="InformF2RegId" type="c:NoEmptyString50" nillable="false" minOccurs="0" maxOccurs="1"> | + | <xs:element name = "InformF2RegId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "0" maxOccurs = "1"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Регистрационный номер справки 2</xs:documentation> | <xs:documentation>Регистрационный номер справки 2</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
</xs:element> | </xs:element> | ||
− | <xs:element name="HistForm2Date" type="c:DateWTime" minOccurs="1" maxOccurs="1"> | + | |
+ | <xs:element name = "HistForm2Date" type = "c:DateWTime" minOccurs = "1" maxOccurs = "1"> | ||
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Дата составления отчета</xs:documentation> | <xs:documentation>Дата составления отчета</xs:documentation> | ||
Строка 26: | Строка 27: | ||
</xs:element> | </xs:element> | ||
− | <xs:element name="HistoryF2" minOccurs="1"> | + | <xs:element name = "HistoryF2" minOccurs = "1"> |
<xs:annotation> | <xs:annotation> | ||
− | <xs:documentation>История | + | <xs:documentation>История двидения по справке</xs:documentation> |
</xs:annotation> | </xs:annotation> | ||
<xs:complexType> | <xs:complexType> | ||
<xs:sequence> | <xs:sequence> | ||
− | <xs:element name="OperationB" type="ns:OperationBType" minOccurs="0" maxOccurs="unbounded"></xs:element> | + | <xs:element name = "OperationB" type = "ns:OperationBType" minOccurs = "0" maxOccurs = "unbounded"></xs:element> |
</xs:sequence> | </xs:sequence> | ||
</xs:complexType> | </xs:complexType> | ||
</xs:element> | </xs:element> | ||
+ | |||
</xs:all> | </xs:all> | ||
</xs:complexType> | </xs:complexType> | ||
− | <xs:complexType name="OperationBType"> | + | <xs:complexType name = "OperationBType"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Движение товара</xs:documentation> | <xs:documentation>Движение товара</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
<xs:sequence> | <xs:sequence> | ||
− | <xs:element name="DocType" type="xs:string" minOccurs="1" maxOccurs="1"> | + | |
+ | <xs:element name = "DocType" type = "xs:string" minOccurs = "1" maxOccurs = "1"> | ||
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Тип документа движения</xs:documentation> | <xs:documentation>Тип документа движения</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
</xs:element> | </xs:element> | ||
− | <xs:element name="DocId" type="xs:string" minOccurs="1" maxOccurs="1"> | + | |
+ | <xs:element name = "DocId" type = "xs:string" minOccurs = "1" maxOccurs = "1"> | ||
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Регистрационный номер документа движения</xs:documentation> | <xs:documentation>Регистрационный номер документа движения</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
</xs:element> | </xs:element> | ||
− | <xs:element name="Operation" type="xs:string" minOccurs="1" maxOccurs="1"> | + | |
+ | <xs:element name = "Operation" type = "xs:string" minOccurs = "1" maxOccurs = "1"> | ||
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Описание операции</xs:documentation> | <xs:documentation>Описание операции</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
</xs:element> | </xs:element> | ||
− | <xs:element name="Quantity" type="xs:decimal" minOccurs="1" maxOccurs="1"> | + | |
+ | <xs:element name = "Quantity" type = "xs:decimal" minOccurs = "1" maxOccurs = "1"> | ||
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Количество продукции</xs:documentation> | <xs:documentation>Количество продукции</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
</xs:element> | </xs:element> | ||
− | <xs:element name="OperDate" type="xs:dateTime" minOccurs="1" maxOccurs="1"> | + | |
+ | <xs:element name = "OperDate" type = "xs:dateTime" minOccurs = "1" maxOccurs = "1"> | ||
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Дата выполнения операции</xs:documentation> | <xs:documentation>Дата выполнения операции</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
</xs:element> | </xs:element> | ||
+ | |||
</xs:sequence> | </xs:sequence> | ||
</xs:complexType> | </xs:complexType> | ||
</xs:schema> | </xs:schema> | ||
− | = Смотрите также = | + | = Смотрите также = |
− | [[Документы и их типы для отправки | + | [[Документы и их типы для отправки ( версия 4 )]] |
Текущая версия на 15:53, 16 апреля 2021
<?xml version = "1.0" encoding = "utf-8"?>
<xs:schema version = "1.0" xmlns:xs = "http://www.w3.org/2001/XMLSchema" xmlns:ns = "http://fsrar.ru/WEGAIS/ReplyHistForm2" targetNamespace = "http://fsrar.ru/WEGAIS/ReplyHistForm2" elementFormDefault = "qualified" attributeFormDefault = "unqualified" xmlns:c = "http://fsrar.ru/WEGAIS/Common"> <xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/>
<xs:complexType name = "ReplyHistForm2"> <xs:annotation> <xs:documentation>Ответ на запрос о движении по форме Б</xs:documentation> </xs:annotation>
<xs:all> <xs:element name = "InformF2RegId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "0" maxOccurs = "1"> <xs:annotation> <xs:documentation>Регистрационный номер справки 2</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "HistForm2Date" type = "c:DateWTime" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Дата составления отчета</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "HistoryF2" minOccurs = "1"> <xs:annotation> <xs:documentation>История двидения по справке</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name = "OperationB" type = "ns:OperationBType" minOccurs = "0" maxOccurs = "unbounded"></xs:element> </xs:sequence> </xs:complexType> </xs:element>
</xs:all> </xs:complexType>
<xs:complexType name = "OperationBType"> <xs:annotation> <xs:documentation>Движение товара</xs:documentation> </xs:annotation> <xs:sequence>
<xs:element name = "DocType" type = "xs:string" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Тип документа движения</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "DocId" type = "xs:string" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Регистрационный номер документа движения</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "Operation" type = "xs:string" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Описание операции</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "Quantity" type = "xs:decimal" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Количество продукции</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "OperDate" type = "xs:dateTime" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Дата выполнения операции</xs:documentation> </xs:annotation> </xs:element>
</xs:sequence> </xs:complexType> </xs:schema>