RepInformF1Reg.xsd — различия между версиями
Материал из Фабиус wiki
Hisava (обсуждение | вклад) (Новая страница: «<?xml version="1.0" encoding="utf-8"?> <xs:schema version="1.0" xmlns:ns="http://fsrar.ru/WEGAIS/RepInformF1Reg" targetNamespace="http://fsr…») |
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:ns="http://fsrar.ru/WEGAIS/RepInformF1Reg" | + | xmlns:ns = "http://fsrar.ru/WEGAIS/RepInformF1Reg" |
− | targetNamespace="http://fsrar.ru/WEGAIS/RepInformF1Reg" | + | targetNamespace = "http://fsrar.ru/WEGAIS/RepInformF1Reg" |
− | xmlns:xs="http://www.w3.org/2001/XMLSchema" | + | xmlns:xs = "http://www.w3.org/2001/XMLSchema" |
− | xmlns:c= | + | xmlns:c = "http://fsrar.ru/WEGAIS/Common" |
− | elementFormDefault="qualified" | + | elementFormDefault = "qualified" |
− | attributeFormDefault="unqualified" | + | attributeFormDefault = "unqualified" |
− | xmlns:oref="http://fsrar.ru/WEGAIS/ClientRef_v2" | + | xmlns:oref = "http://fsrar.ru/WEGAIS/ClientRef_v2" |
− | xmlns:pref="http://fsrar.ru/WEGAIS/ProductRef_v2" | + | xmlns:pref = "http://fsrar.ru/WEGAIS/ProductRef_v2" |
> | > | ||
− | <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/> | + | <xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/> |
− | <xs:import namespace="http://fsrar.ru/WEGAIS/ClientRef_v2" schemaLocation="ClientRef_v2.xsd"/> | + | <xs:import namespace = "http://fsrar.ru/WEGAIS/ClientRef_v2" schemaLocation = "ClientRef_v2.xsd"/> |
− | <xs:complexType name="RepPIInformF1RegType"> | + | <xs:complexType name = "RepPIInformF1RegType"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Квитанция о регистрации справок 1 для Отчета о производстве/импорте продукции</xs:documentation> | <xs:documentation>Квитанция о регистрации справок 1 для Отчета о производстве/импорте продукции</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
<xs:sequence> | <xs:sequence> | ||
− | <xs:element name="Header"> | + | <xs:element name = "Header"> |
<xs:complexType> | <xs:complexType> | ||
<xs:all> | <xs:all> | ||
− | <xs:element name="Identity" type="c:IdentityType" nillable="false" minOccurs="0" maxOccurs="1"> | + | <xs:element name = "Identity" type = "c:IdentityType" nillable = "false" minOccurs = "0" 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="RepRegId" type="c:NoEmptyString50" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "RepRegId" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>ИД отчета в системе (присвоенный)</xs:documentation> | <xs:documentation>ИД отчета в системе (присвоенный)</xs:documentation> | ||
Строка 34: | Строка 34: | ||
</xs:element> | </xs:element> | ||
− | <xs:element name="Client" type="oref:OrgInfoRusReply_v2" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "Client" type = "oref:OrgInfoRusReply_v2" minOccurs = "1" maxOccurs = "1"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Организация отправившая отчет</xs:documentation> | <xs:documentation>Организация отправившая отчет</xs:documentation> | ||
Строка 43: | Строка 43: | ||
</xs:complexType> | </xs:complexType> | ||
</xs:element> | </xs:element> | ||
− | <xs:element name="Content"> | + | <xs:element name = "Content"> |
<xs:complexType> | <xs:complexType> | ||
<xs:sequence> | <xs:sequence> | ||
− | <xs:element name="Position" type="ns:InformF1PositionType" minOccurs="1" maxOccurs="unbounded"> | + | <xs:element name = "Position" type = "ns:InformF1PositionType" minOccurs = "1" maxOccurs = "unbounded"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Содержимое должно содержать 1 и более позиций</xs:documentation> | <xs:documentation>Содержимое должно содержать 1 и более позиций</xs:documentation> | ||
Строка 53: | Строка 53: | ||
</xs:sequence> | </xs:sequence> | ||
</xs:complexType> | </xs:complexType> | ||
− | <xs:unique name="PosUnF1"> | + | <xs:unique name = "PosUnF1"> |
− | <xs:selector xpath="ns:Position"/> | + | <xs:selector xpath = "ns:Position"/> |
− | <xs:field xpath="ns:Identity"/> | + | <xs:field xpath = "ns:Identity"/> |
</xs:unique> | </xs:unique> | ||
</xs:element> | </xs:element> | ||
Строка 61: | Строка 61: | ||
</xs:complexType> | </xs:complexType> | ||
− | <xs:complexType name="InformF1PositionType"> | + | <xs:complexType name = "InformF1PositionType"> |
<xs:all> | <xs:all> | ||
− | <xs:element name="Identity" type="c:IdentityType" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "Identity" type = "c:IdentityType" nillable = "false" 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="InformF1RegId" type="c:NoEmptyString50" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "InformF1RegId" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Регистрационный номер записи формы 1</xs:documentation> | <xs:documentation>Регистрационный номер записи формы 1</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
</xs:element> | </xs:element> | ||
− | <xs:element name="InformF2RegId" type="c:NoEmptyString50" minOccurs="0" maxOccurs="1"> | + | <xs:element name = "InformF2RegId" type = "c:NoEmptyString50" minOccurs = "0" maxOccurs = "1"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Регистрационный номер записи формы 2</xs:documentation> | <xs:documentation>Регистрационный номер записи формы 2</xs:documentation> | ||
Строка 80: | Строка 80: | ||
</xs:all> | </xs:all> | ||
</xs:complexType> | </xs:complexType> | ||
− | </xs:schema> | + | </xs:schema> |
+ | = Смотрите также = | ||
+ | [[Документы и их типы для отправки ( версия 4 )]] |
Версия 11:43, 26 апреля 2021
<?xml version = "1.0" encoding = "utf-8"?> <xs:schema version = "1.0"
xmlns:ns = "http://fsrar.ru/WEGAIS/RepInformF1Reg" targetNamespace = "http://fsrar.ru/WEGAIS/RepInformF1Reg" xmlns:xs = "http://www.w3.org/2001/XMLSchema" xmlns:c = "http://fsrar.ru/WEGAIS/Common" elementFormDefault = "qualified" attributeFormDefault = "unqualified"
xmlns:oref = "http://fsrar.ru/WEGAIS/ClientRef_v2" xmlns:pref = "http://fsrar.ru/WEGAIS/ProductRef_v2"
>
<xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/>
<xs:import namespace = "http://fsrar.ru/WEGAIS/ClientRef_v2" schemaLocation = "ClientRef_v2.xsd"/>
<xs:complexType name = "RepPIInformF1RegType"> <xs:annotation> <xs:documentation>Квитанция о регистрации справок 1 для Отчета о производстве/импорте продукции</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name = "Header"> <xs:complexType> <xs:all>
<xs:element name = "Identity" type = "c:IdentityType" nillable = "false" minOccurs = "0" maxOccurs = "1"> <xs:annotation> <xs:documentation>ИД отчета(клиентский, исходного отчета, если заполнялся)</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "RepRegId" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>ИД отчета в системе (присвоенный)</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "Client" type = "oref:OrgInfoRusReply_v2" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Организация отправившая отчет</xs:documentation> </xs:annotation> </xs:element>
</xs:all> </xs:complexType> </xs:element> <xs:element name = "Content"> <xs:complexType> <xs:sequence> <xs:element name = "Position" type = "ns:InformF1PositionType" minOccurs = "1" maxOccurs = "unbounded"> <xs:annotation> <xs:documentation>Содержимое должно содержать 1 и более позиций</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name = "PosUnF1"> <xs:selector xpath = "ns:Position"/> <xs:field xpath = "ns:Identity"/> </xs:unique> </xs:element> </xs:sequence> </xs:complexType>
<xs:complexType name = "InformF1PositionType"> <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 = "InformF1RegId" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Регистрационный номер записи формы 1</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "InformF2RegId" type = "c:NoEmptyString50" minOccurs = "0" maxOccurs = "1"> <xs:annotation> <xs:documentation>Регистрационный номер записи формы 2</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> </xs:schema>