ActInventoryABInfo.xml
Материал из Фабиус wiki
Версия от 11:04, 29 июня 2018; Hisava (обсуждение | вклад) (Новая страница: « <?xml version="1.0" encoding="utf-8"?> <xs:schema version="1.0" xmlns:ns="http://fsrar.ru/WEGAIS/ActInventoryABInfo" targetNamespace="http…»)
<?xml version="1.0" encoding="utf-8"?> <xs:schema version="1.0" xmlns:ns="http://fsrar.ru/WEGAIS/ActInventoryABInfo" targetNamespace="http://fsrar.ru/WEGAIS/ActInventoryABInfo"
xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:c="http://fsrar.ru/WEGAIS/Common" xmlns:oref="http://fsrar.ru/WEGAIS/ClientRef" xmlns:pref="http://fsrar.ru/WEGAIS/ProductRef"> <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/> <xs:import namespace="http://fsrar.ru/WEGAIS/ClientRef" schemaLocation="ClientRef.xsd"/> <xs:import namespace="http://fsrar.ru/WEGAIS/ProductRef" schemaLocation="ProductRef.xsd"/>
<xs:complexType name="InformBTypeRegItem"> <xs:annotation> <xs:documentation>Запись в справке Б к ТТН, Информация о отгрузке</xs:documentation> </xs:annotation> <xs:all> <xs:element name="Identity" type="c:IdentityType" nillable="false" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Идентификатор позиции</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TTNNumber" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Номер ТТН</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TTNDate" type="c:DateNoTime" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Дата составления</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Quantity" type="c:PositiveDecimalType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Количество</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType>
<xs:complexType name="InformARegType"> <xs:annotation> <xs:documentation>Справка А к ТТН</xs:documentation> </xs:annotation> <xs:all> <xs:element name="Quantity" type="c:PositiveDecimalType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Количество</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BottlingDate" type="c:DateNoTime" nillable="false" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Дата розлива продукции</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TTNNumber" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Номер ТТН</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TTNDate" type="c:DateNoTime" nillable="false" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Дата накладной</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EGAISFixNumber" type="c:NoEmptyString50" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Номер подтверждения о фиксации в ЕГАИС</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EGAISFixDate" type="c:DateNoTime" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Дата подтверждения о фиксации в ЕГАИС</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> </xs:schema>