AsiiuTime.xsd — различия между версиями
Материал из Фабиус wiki
Hisava (обсуждение | вклад) (Новая страница: «<?xml version="1.0" encoding="utf-8"?> <xs:schema version="1.0" xmlns:as="http://fsrar.ru/WEGAIS/AsiiuTime" targetNamespace="http://fsrar.ru/WEGAIS/Asi…») |
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:as="http://fsrar.ru/WEGAIS/AsiiuTime" targetNamespace="http://fsrar.ru/WEGAIS/AsiiuTime" | + | xmlns:as = "http://fsrar.ru/WEGAIS/AsiiuTime" targetNamespace = "http://fsrar.ru/WEGAIS/AsiiuTime" |
− | xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" | + | xmlns:xs = "http://www.w3.org/2001/XMLSchema" elementFormDefault = "qualified" attributeFormDefault = "unqualified" |
− | xmlns:c="http://fsrar.ru/WEGAIS/Common" | + | xmlns:c = "http://fsrar.ru/WEGAIS/Common" |
− | xmlns:oref="http://fsrar.ru/WEGAIS/ClientRef_v2" | + | xmlns:oref = "http://fsrar.ru/WEGAIS/ClientRef_v2" |
− | xmlns:prod="http://fsrar.ru/WEGAIS/ProductRef_v2" | + | xmlns:prod = "http://fsrar.ru/WEGAIS/ProductRef_v2" |
− | xmlns:ass="http://fsrar.ru/WEGAIS/CommonEnum" | + | xmlns:ass = "http://fsrar.ru/WEGAIS/CommonEnum" |
> | > | ||
− | <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:import namespace="http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation="ProductRef_v2.xsd"/> | + | <xs:import namespace = "http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation = "ProductRef_v2.xsd"/> |
− | <xs:import namespace="http://fsrar.ru/WEGAIS/CommonEnum" schemaLocation="EGCommonEnum.xsd"/> | + | <xs:import namespace = "http://fsrar.ru/WEGAIS/CommonEnum" schemaLocation = "EGCommonEnum.xsd"/> |
− | <xs:complexType name="AsiiuTime"> | + | <xs:complexType name = "AsiiuTime"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Сведения с автоматических средств измерения и учета (АСИиУ) концентрации объёма безводного спирта в готовой продукции</xs:documentation> | <xs:documentation>Сведения с автоматических средств измерения и учета (АСИиУ) концентрации объёма безводного спирта в готовой продукции</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
<xs:sequence> | <xs:sequence> | ||
− | <xs:element name="Sensor" > | + | <xs:element name = "Sensor" > |
<xs:complexType> | <xs:complexType> | ||
<xs:all> | <xs:all> | ||
− | <xs:element name="SensorNumber" type="c:NoEmptyString" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "SensorNumber" type = "c:NoEmptyString" 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="PlaceId" type="ass:PlaceEnum" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "PlaceId" type = "ass:PlaceEnum" 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="SensorModel" type="c:NoEmptyString" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "SensorModel" type = "c:NoEmptyString" nillable = "false" minOccurs = "1" maxOccurs = "1"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Модель средства измерения</xs:documentation> | <xs:documentation>Модель средства измерения</xs:documentation> | ||
Строка 39: | Строка 39: | ||
</xs:complexType> | </xs:complexType> | ||
</xs:element> | </xs:element> | ||
− | <xs:element name="Producer" type="oref:OrgInfoRus_v2" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "Producer" type = "oref:OrgInfoRus_v2" 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="Data" > | + | <xs:element name = "Data" > |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Перечень сведений от заданного средства измерений</xs:documentation> | <xs:documentation>Перечень сведений от заданного средства измерений</xs:documentation> | ||
Строка 50: | Строка 50: | ||
<xs:complexType> | <xs:complexType> | ||
<xs:sequence> | <xs:sequence> | ||
− | <xs:element name="Position" type="as:DataType" nillable="false" minOccurs="1" maxOccurs="unbounded"> | + | <xs:element name = "Position" type = "as:DataType" nillable = "false" minOccurs = "1" maxOccurs = "unbounded"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Сведения со средства измерения за один период времени его работы</xs:documentation> | <xs:documentation>Сведения со средства измерения за один период времени его работы</xs:documentation> | ||
Строка 61: | Строка 61: | ||
</xs:complexType> | </xs:complexType> | ||
− | <xs:complexType name="DataType"> | + | <xs:complexType name = "DataType"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Строка данных измерений</xs:documentation> | <xs:documentation>Строка данных измерений</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
<xs:all> | <xs:all> | ||
− | <xs:element name="Product" type="prod:ProductInfoAsiiu_v2" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "Product" type = "prod:ProductInfoAsiiu_v2" 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="ControlDate" type="xs:dateTime" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "ControlDate" type = "xs:dateTime" 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="VbsControl" type="xs:decimal" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "VbsControl" type = "xs:decimal" 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="AControl" type="xs:decimal" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "AControl" type = "xs:decimal" 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="PercentAlc" type="xs:decimal" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "PercentAlc" type = "xs:decimal" 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="BottleCountControl" type="xs:decimal" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "BottleCountControl" type = "xs:decimal" 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="Temperature" type="xs:decimal" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "Temperature" type = "xs:decimal" 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="Mode" type="ass:ModeEnum" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "Mode" type = "ass:ModeEnum" 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 = "Crotonaldehyd" type = "xs:decimal" nillable = "false" minOccurs = "0" maxOccurs = "1"> | ||
+ | <xs:annotation> | ||
+ | <xs:documentation>Процент содержания кротонового альдегида</xs:documentation> | ||
+ | </xs:annotation> | ||
+ | </xs:element> | ||
+ | <xs:element name = "Toluene" type = "xs:decimal" nillable = "false" minOccurs = "0" maxOccurs = "1"> | ||
+ | <xs:annotation> | ||
+ | <xs:documentation>Процент содержания толуола</xs:documentation> | ||
+ | </xs:annotation> | ||
+ | </xs:element> | ||
</xs:all> | </xs:all> | ||
</xs:complexType> | </xs:complexType> | ||
</xs:schema> | </xs:schema> | ||
+ | |||
+ | = Смотрите также = | ||
+ | [[Документы и их типы для отправки ( версия 4 )]] |
Версия 09:33, 27 апреля 2021
<?xml version = "1.0" encoding = "utf-8"?> <xs:schema version = "1.0"
xmlns:as = "http://fsrar.ru/WEGAIS/AsiiuTime" targetNamespace = "http://fsrar.ru/WEGAIS/AsiiuTime" 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_v2" xmlns:prod = "http://fsrar.ru/WEGAIS/ProductRef_v2" xmlns:ass = "http://fsrar.ru/WEGAIS/CommonEnum"
>
<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/ProductRef_v2" schemaLocation = "ProductRef_v2.xsd"/> <xs:import namespace = "http://fsrar.ru/WEGAIS/CommonEnum" schemaLocation = "EGCommonEnum.xsd"/>
<xs:complexType name = "AsiiuTime"> <xs:annotation> <xs:documentation>Сведения с автоматических средств измерения и учета (АСИиУ) концентрации объёма безводного спирта в готовой продукции</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name = "Sensor" > <xs:complexType> <xs:all>
<xs:element name = "SensorNumber" type = "c:NoEmptyString" nillable = "false" minOccurs = "1" maxOccurs = "1">
<xs:annotation> <xs:documentation>Серийный номер средства измерения с номером точки контроля</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "PlaceId" type = "ass:PlaceEnum" nillable = "false" minOccurs = "1" maxOccurs = "1">
<xs:annotation> <xs:documentation>Идетификатор места размещения средства измерения</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "SensorModel" type = "c:NoEmptyString" nillable = "false" minOccurs = "1" maxOccurs = "1">
<xs:annotation> <xs:documentation>Модель средства измерения</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name = "Producer" type = "oref:OrgInfoRus_v2" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Производитель продукции, подлежащей учету через средства измерений</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "Data" > <xs:annotation> <xs:documentation>Перечень сведений от заданного средства измерений</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence>
<xs:element name = "Position" type = "as:DataType" nillable = "false" minOccurs = "1" maxOccurs = "unbounded">
<xs:annotation> <xs:documentation>Сведения со средства измерения за один период времени его работы</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence>
</xs:complexType>
<xs:complexType name = "DataType">
<xs:annotation> <xs:documentation>Строка данных измерений</xs:documentation> </xs:annotation> <xs:all> <xs:element name = "Product" type = "prod:ProductInfoAsiiu_v2" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Сведения из справочника продукции</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "ControlDate" type = "xs:dateTime" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Дата/время контрольного измерения</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "VbsControl" type = "xs:decimal" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Объем в декалитрах безводного спирта в готовой продукции на начало измерений</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "AControl" type = "xs:decimal" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Объем в декалитрах готовой продукции на начало измерений</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "PercentAlc" type = "xs:decimal" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Усредненная концентрация безводного спирта в готовой продукции</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "BottleCountControl" type = "xs:decimal" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Количество розлитой в потребительскую тару готовой продукции на начало измерений</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "Temperature" type = "xs:decimal" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Температура учитываемой продукции, усредненная за период измерений</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "Mode" type = "ass:ModeEnum" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Коде режима работы средства измерения</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "Crotonaldehyd" type = "xs:decimal" nillable = "false" minOccurs = "0" maxOccurs = "1"> <xs:annotation> <xs:documentation>Процент содержания кротонового альдегида</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "Toluene" type = "xs:decimal" nillable = "false" minOccurs = "0" maxOccurs = "1"> <xs:annotation> <xs:documentation>Процент содержания толуола</xs:documentation> </xs:annotation> </xs:element> </xs:all>
</xs:complexType>
</xs:schema>