Init
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MetaData xmlns="urn:wco:datamodel:WCO:DECO.AdditionalMessage:2"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:wco:datamodel:WCO:DECO.AdditionalMessage:2 DECO.AdditionalMessage_2p00.xsd">
|
||||
<WCOTypeCode>123456</WCOTypeCode>
|
||||
<CommunicationMetaData>
|
||||
<ApplicationReferenceID>XXXXXXXXXX</ApplicationReferenceID>
|
||||
<CommunicationsAgreementID>XXXXXXXXXX</CommunicationsAgreementID>
|
||||
<PreparationDateTime formatCode="304">20200723143432Z</PreparationDateTime>
|
||||
<Recipient>
|
||||
<ID>XXXXXXXXXXXXXXXXX</ID>
|
||||
</Recipient>
|
||||
<Sender>
|
||||
<ID>XXXXXXXXXXXXXXXXX</ID>
|
||||
</Sender>
|
||||
</CommunicationMetaData>
|
||||
<Declaration>
|
||||
<FunctionalReferenceID>XXXXXXXXXX</FunctionalReferenceID>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
<IssueDateTime formatCode="304">20200723143432Z</IssueDateTime>
|
||||
<DeclarationOffice>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
</DeclarationOffice>
|
||||
<AdditionalInformation>
|
||||
<SequenceNumeric>23</SequenceNumeric>
|
||||
<StatementCode>XXXXXXXXXX</StatementCode>
|
||||
<StatementDescription>XXXXXXXXXX</StatementDescription>
|
||||
<StatementTypeCode>ADE</StatementTypeCode>
|
||||
</AdditionalInformation>
|
||||
<Agent>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
<FunctionCode>90</FunctionCode>
|
||||
<Contact>
|
||||
<Name>XXXXXXXXXX</Name>
|
||||
<Communication>
|
||||
<SequenceNumeric>23</SequenceNumeric>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
<TypeCode>TM</TypeCode>
|
||||
</Communication>
|
||||
</Contact>
|
||||
</Agent>
|
||||
<Declarant>
|
||||
<Name>XXXXXXXXXX</Name>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
<Address>
|
||||
<CityName>XXXXXXXXXX</CityName>
|
||||
<CountryCode>KZ</CountryCode>
|
||||
<Line>XXXXXXXXXX</Line>
|
||||
<PostcodeID>XXXXXXXXXX</PostcodeID>
|
||||
</Address>
|
||||
<Contact>
|
||||
<Name>XXXXXXXXXX</Name>
|
||||
<Communication>
|
||||
<SequenceNumeric>23</SequenceNumeric>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
<TypeCode>AB</TypeCode>
|
||||
</Communication>
|
||||
</Contact>
|
||||
</Declarant>
|
||||
</Declaration>
|
||||
</MetaData>
|
||||
@@ -0,0 +1,122 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns="urn:wco:datamodel:WCO:DECO.AdditionalMessage:2"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ds="urn:wco:datamodel:WCO:DMSDECO.OverallModel_DS:2"
|
||||
targetNamespace="urn:wco:datamodel:WCO:DECO.AdditionalMessage:2"
|
||||
elementFormDefault="qualified">
|
||||
<xs:import namespace="urn:wco:datamodel:WCO:DMSDECO.OverallModel_DS:2" schemaLocation="DECO.OverallModel_DS_2p00.xsd"/>
|
||||
<xs:element name="MetaData">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="WCOTypeCode" type="ds:MetaDataWCOTypeCodeType"/>
|
||||
<xs:element name="CommunicationMetaData">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ApplicationReferenceID" type="ds:CommunicationMetaDataApplicationReferenceIDType"/>
|
||||
<xs:element name="CommunicationsAgreementID" type="ds:CommunicationMetaDataCommunicationsAgreementIDType" minOccurs="0"/>
|
||||
<xs:element name="PreparationDateTime" type="ds:CommunicationMetaDataPreparationDateTimeType"/>
|
||||
<xs:element name="Recipient">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ID" type="ds:RecipientIdentificationIDType"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Sender">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ID" type="ds:SenderIdentificationIDType"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Declaration">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="FunctionalReferenceID" type="ds:DeclarationFunctionalReferenceIDType" minOccurs="0"/>
|
||||
<xs:element name="ID" type="ds:DeclarationIdentificationIDType" minOccurs="0"/>
|
||||
<xs:element name="IssueDateTime" type="ds:DeclarationIssueDateTimeType" minOccurs="0"/>
|
||||
<xs:element name="DeclarationOffice" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ID" type="ds:DeclarationOfficeIdentificationIDType" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AdditionalInformation" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="SequenceNumeric" type="ds:AdditionalInformationSequenceNumericType" minOccurs="0"/>
|
||||
<xs:element name="StatementCode" type="ds:AdditionalInformationStatementCodeType" minOccurs="0"/>
|
||||
<xs:element name="StatementDescription" type="ds:AdditionalInformationStatementDescriptionTextType" minOccurs="0"/>
|
||||
<xs:element name="StatementTypeCode" type="ds:AdditionalInformationStatementTypeCodeType" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Agent" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ID" type="ds:AgentIdentificationIDType" minOccurs="0"/>
|
||||
<xs:element name="FunctionCode" type="ds:AgentFunctionCodeType" minOccurs="0"/>
|
||||
<xs:element name="Contact" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Name" type="ds:ContactNameTextType" minOccurs="0"/>
|
||||
<xs:element name="Communication" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="SequenceNumeric" type="ds:CommunicationSequenceNumericType" minOccurs="0"/>
|
||||
<xs:element name="ID" type="ds:CommunicationIdentificationIDType" minOccurs="0"/>
|
||||
<xs:element name="TypeCode" type="ds:CommunicationTypeCodeType" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Declarant" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Name" type="ds:DeclarantNameTextType" minOccurs="0"/>
|
||||
<xs:element name="ID" type="ds:DeclarantIdentificationIDType" minOccurs="0"/>
|
||||
<xs:element name="Address" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CityName" type="ds:AddressCityNameTextType" minOccurs="0"/>
|
||||
<xs:element name="CountryCode" type="ds:AddressCountryCodeType" minOccurs="0"/>
|
||||
<xs:element name="Line" type="ds:AddressLineTextType" minOccurs="0"/>
|
||||
<xs:element name="PostcodeID" type="ds:AddressPostcodeIDType" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Contact" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Name" type="ds:ContactNameTextType" minOccurs="0"/>
|
||||
<xs:element name="Communication" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="SequenceNumeric" type="ds:CommunicationSequenceNumericType" minOccurs="0"/>
|
||||
<xs:element name="ID" type="ds:CommunicationIdentificationIDType" minOccurs="0"/>
|
||||
<xs:element name="TypeCode" type="ds:CommunicationTypeCodeType" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
@@ -0,0 +1,997 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:ds="urn:wco:datamodel:WCO:DMSDECO.OverallModel_DS:2"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:clm5ISO42173A="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31"
|
||||
targetNamespace="urn:wco:datamodel:WCO:DMSDECO.OverallModel_DS:2"
|
||||
elementFormDefault="qualified">
|
||||
<xs:import namespace="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31" schemaLocation="ISO3AlphaCurrencyCode_2012-08-31.xsd"/>
|
||||
<xs:simpleType name="AdditionalDocumentIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="AdditionalDocumentTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalInformationLimitDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_102_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="102"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AdditionalInformationSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="AdditionalInformationStatementCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalInformationStatementCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalInformationStatementCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="AdditionalInformationStatementDescriptionTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalInformationStatementDescriptionTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AdditionalInformationStatementDescriptionTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="AdditionalInformationStatementTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalInformationStatementTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalInformationStatementTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AdditionalProcedureProcedureCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,7}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalProcedureProcedureCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalProcedureProcedureCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AdditionalProcedureSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalReferenceIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalDocumentIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AdditionalReferenceSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalReferenceTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalDocumentTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="AddressCityNameTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AddressCityNameTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AddressCityNameTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="AddressCountryCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value="[A-Z]{2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AddressCountryCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AddressCountryCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="AddressLineTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AddressLineTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AddressLineTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,256}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AddressPostcodeIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AddressPostcodeIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AddressPostcodeIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AddressStreetNumberIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AddressStreetNumberIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AddressStreetNumberIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="AgentFunctionCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AgentFunctionCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AgentFunctionCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="AgentIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AgentIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AgentIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AppealOfficeIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AppealOfficeIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AppealOfficeIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CCQualifierCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value="[A-Z]{2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ClassificationIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ClassificationIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ClassificationIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,18}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="ClassificationIdentificationTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ClassificationIdentificationTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ClassificationIdentificationTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CommodityDescriptionTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CommodityDescriptionTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CommodityDescriptionTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CommunicationIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CommunicationIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CommunicationIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,256}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CommunicationMetaDataApplicationReferenceIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CommunicationMetaDataApplicationReferenceIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CommunicationMetaDataApplicationReferenceIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CommunicationMetaDataCommunicationsAgreementIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CommunicationMetaDataCommunicationsAgreementIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CommunicationMetaDataCommunicationsAgreementIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CommunicationMetaDataPreparationDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_304_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="304"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CommunicationSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CommunicationTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CommunicationTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CommunicationTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="ConsignmentTotalGrossMassMeasureType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ConsignmentTotalGrossMassMeasureType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ConsignmentTotalGrossMassMeasureType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="6"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ContactNameTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ContactNameTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ContactNameTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ContactOfficeIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ContactOfficeIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ContactOfficeIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ControlInspectionStartDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_102_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="102"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="ControlResultDescriptionTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ControlResultDescriptionTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ControlResultDescriptionTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ControlResultEffectiveDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_102_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="102"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ControlResultIdentificationCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ControlResultIdentificationCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ControlResultIdentificationCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ControlSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="ControlTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ControlTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ControlTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CustomsOfficeIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CustomsOfficeIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CustomsOfficeIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CustomsValuationExitToEntryChargeAmountType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CustomsValuationExitToEntryChargeAmountType_S">
|
||||
<xs:attribute name="currencyID" type="clm5ISO42173A:ISO3AlphaCurrencyCodeContentType" use="optional"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CustomsValuationExitToEntryChargeAmountType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DateTimeType_102_S">
|
||||
<xs:restriction base="ds:DateTimeType_S">
|
||||
<xs:pattern value="[1-9][0-9][0-9][0-9](([0][13578])([0][1-9]|[1-2][0-9]|[3][0-1])|([0][469])([0][1-9]|[1-2][0-9]|[3][0])|([0][2])([0][1-9]|[1-2][0-9])|([1][0|2])([0][1-9]|[1-2][0-9]|[3][0-1])|([1][1])([0][1-9]|[1-2][0-9]|[3][0]))"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DateTimeType_304_S">
|
||||
<xs:restriction base="ds:DateTimeType_S">
|
||||
<xs:pattern value="[1-9][0-9][0-9][0-9](([0][13578])([0][1-9]|[1-2][0-9]|[3][0-1])|([0][469])([0][1-9]|[1-2][0-9]|[3][0])|([0][2])([0][1-9]|[1-2][0-9])|([1][0|2])([0][1-9]|[1-2][0-9]|[3][0-1])|([1][1])([0][1-9]|[1-2][0-9]|[3][0]))(([2][0-3]|[0][0-9]|[1][0-9])([0-5][0-9])([0-5][0-9]))(Z|[+\-][01][0-9])"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DateTimeType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarantIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarantIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarantIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarantNameTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarantNameTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarantNameTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarationAcceptanceDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_102_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="102"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="DeclarationFunctionalReferenceIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarationFunctionalReferenceIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarationFunctionalReferenceIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarationIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarationIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarationIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarationIssueDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_304_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="304"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="DeclarationOfficeIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarationOfficeIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarationOfficeIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarationRejectionDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_304_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="304"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarationTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarationTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarationTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="DomesticDutyTaxPartyIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DomesticDutyTaxPartyIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DomesticDutyTaxPartyIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DomesticDutyTaxPartyRoleCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DomesticDutyTaxPartyRoleCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DomesticDutyTaxPartyRoleCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="DutyTaxFeeAdValoremTaxBaseAmountType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DutyTaxFeeAdValoremTaxBaseAmountType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DutyTaxFeeAdValoremTaxBaseAmountType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DutyTaxFeeTaxAmountType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DutyTaxFeeTaxAmountType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DutyTaxFeeTaxAmountType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DutyTaxFeeTaxRateNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:minInclusive value="0"/>
|
||||
<xs:totalDigits value="17"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DutyTaxFeeTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DutyTaxFeeTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DutyTaxFeeTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="EconomicOperatorIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:EconomicOperatorIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="EconomicOperatorIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ErrorDescriptionTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ErrorDescriptionTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ErrorDescriptionTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ErrorOriginalAttributeValueTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ErrorOriginalAttributeValueTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ErrorOriginalAttributeValueTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="ErrorSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="ErrorValidationCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,8}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ErrorValidationCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ErrorValidationCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="ExporterNameTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ExporterNameTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ExporterNameTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationAdditionalIdentifierIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationAdditionalIdentifierIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsLocationAdditionalIdentifierIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,4}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationAuthorizationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationAuthorizationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsLocationAuthorizationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsLocationIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="GoodsLocationIdentificationTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value="[A-Z]{1}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationIdentificationTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationIdentificationTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="GoodsLocationLatitudeIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationLatitudeIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsLocationLatitudeIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="[+\-]?([0-8]?[0-9]\.[0-9]{5,7}|90.000000?0?)"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationLongitudeIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationLongitudeIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsLocationLongitudeIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="[+\-]?((0?[0-9]?|1[0-7])[0-9]\.[0-9]{5,7}|180.000000?0?)"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="GoodsLocationTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="GoodsMeasureGrossMassMeasureType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsMeasureGrossMassMeasureType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsMeasureGrossMassMeasureType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="6"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsMeasureTariffQuantityType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsMeasureTariffQuantityType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsMeasureTariffQuantityType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="6"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="GoodsShipmentSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="GovernmentAgencyGoodsItemSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ImporterIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ImporterIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ImporterIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ImporterNameTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ImporterNameTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ImporterNameTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="InvoiceLineItemChargeAmountType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:InvoiceLineItemChargeAmountType_S">
|
||||
<xs:attribute name="currencyID" type="clm5ISO42173A:ISO3AlphaCurrencyCodeContentType" use="optional"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="InvoiceLineItemChargeAmountType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="MetaDataWCOTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="MetaDataWCOTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:MetaDataWCOTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="ObligationGuaranteeReferenceIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ObligationGuaranteeReferenceIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ObligationGuaranteeReferenceIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="PackagingQuantityQuantityType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:PackagingQuantityQuantityType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="PackagingQuantityQuantityType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,8}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="PaymentPaymentAmountType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:PaymentPaymentAmountType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="PaymentPaymentAmountType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="PointerLocationTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:PointerLocationTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="PointerLocationTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="PointerSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="PreviousDocumentIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:PreviousDocumentIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="PreviousDocumentIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="PreviousDocumentSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="PreviousDocumentTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="PreviousDocumentTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:PreviousDocumentTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="RecipientIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:RecipientIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="RecipientIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="RequestedDocumentCCQualifierCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CCQualifierCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="RequestedDocumentDescriptionTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:RequestedDocumentDescriptionTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="RequestedDocumentDescriptionTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="RequestedDocumentSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="RequestedDocumentTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="RequestedDocumentTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:RequestedDocumentTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ResponseBusinessRejectionTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ResponseBusinessRejectionTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ResponseBusinessRejectionTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ResponseFunctionCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value="[0-9]{1,2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ResponseFunctionCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ResponseFunctionCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="SenderIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:SenderIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="SenderIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="StatusEffectiveDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_304_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="304"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="StatusNameCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="StatusNameCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:StatusNameCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="StatusReleaseDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_102_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="102"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="StatusSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="SupportingDocumentIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalDocumentIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="SupportingDocumentSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="SupportingDocumentTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalDocumentTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="TransportContractDocumentIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:TransportContractDocumentIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="TransportContractDocumentIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="TransportContractDocumentSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="TransportContractDocumentTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="TransportContractDocumentTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:TransportContractDocumentTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="UCRTraderAssignedReferenceIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:UCRTraderAssignedReferenceIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="UCRTraderAssignedReferenceIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:clm5ISO42173A="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31"
|
||||
elementFormDefault="qualified"
|
||||
version="4.0">
|
||||
<xs:simpleType name="ISO3AlphaCurrencyCodeContentType">
|
||||
<xs:restriction base="xs:string"/>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MetaData xmlns="urn:wco:datamodel:WCO:DECO.AdditionalMessage:2"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:wco:datamodel:WCO:DECO.AdditionalMessage:2 DECO.AdditionalMessage_2p00.xsd">
|
||||
<WCOTypeCode>123456</WCOTypeCode>
|
||||
<CommunicationMetaData>
|
||||
<ApplicationReferenceID>XXXXXXXXXX</ApplicationReferenceID>
|
||||
<CommunicationsAgreementID>XXXXXXXXXX</CommunicationsAgreementID>
|
||||
<PreparationDateTime formatCode="304">20200723143432Z</PreparationDateTime>
|
||||
<Recipient>
|
||||
<ID>XXXXXXXXXXXXXXXXX</ID>
|
||||
</Recipient>
|
||||
<Sender>
|
||||
<ID>XXXXXXXXXXXXXXXXX</ID>
|
||||
</Sender>
|
||||
</CommunicationMetaData>
|
||||
<Declaration>
|
||||
<FunctionalReferenceID>XXXXXXXXXX</FunctionalReferenceID>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
<IssueDateTime formatCode="304">20200723143432Z</IssueDateTime>
|
||||
<DeclarationOffice>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
</DeclarationOffice>
|
||||
<AdditionalInformation>
|
||||
<SequenceNumeric>23</SequenceNumeric>
|
||||
<StatementCode>XXXXXXXXXX</StatementCode>
|
||||
<StatementDescription>XXXXXXXXXX</StatementDescription>
|
||||
<StatementTypeCode>ADE</StatementTypeCode>
|
||||
</AdditionalInformation>
|
||||
<Agent>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
<FunctionCode>90</FunctionCode>
|
||||
<Contact>
|
||||
<Name>XXXXXXXXXX</Name>
|
||||
<Communication>
|
||||
<SequenceNumeric>23</SequenceNumeric>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
<TypeCode>TM</TypeCode>
|
||||
</Communication>
|
||||
</Contact>
|
||||
</Agent>
|
||||
<Declarant>
|
||||
<Name>XXXXXXXXXX</Name>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
<Address>
|
||||
<CityName>XXXXXXXXXX</CityName>
|
||||
<CountryCode>KZ</CountryCode>
|
||||
<Line>XXXXXXXXXX</Line>
|
||||
<PostcodeID>XXXXXXXXXX</PostcodeID>
|
||||
</Address>
|
||||
<Contact>
|
||||
<Name>XXXXXXXXXX</Name>
|
||||
<Communication>
|
||||
<SequenceNumeric>23</SequenceNumeric>
|
||||
<ID>XXXXXXXXXX</ID>
|
||||
<TypeCode>AB</TypeCode>
|
||||
</Communication>
|
||||
</Contact>
|
||||
</Declarant>
|
||||
</Declaration>
|
||||
</MetaData>
|
||||
@@ -0,0 +1,801 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns="urn:wco:datamodel:WCO:DECO.AdditionalMessage:2"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ds="urn:wco:datamodel:WCO:DMSDECO.OverallModel_DS:2"
|
||||
targetNamespace="urn:wco:datamodel:WCO:DECO.AdditionalMessage:2"
|
||||
elementFormDefault="qualified">
|
||||
<xs:import namespace="urn:wco:datamodel:WCO:DMSDECO.OverallModel_DS:2" schemaLocation="DECO.OverallModel_DS_2p00.xsd"/>
|
||||
<xs:element name="MetaData">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Document Meta Data. Details</DictionaryEntryName>
|
||||
<WCOClassID>NA</WCOClassID>
|
||||
<WCOClassName>DocumentMetaData</WCOClassName>
|
||||
<WCODescription>Meta data to be used related to the document</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="WCOTypeCode" type="ds:MetaDataWCOTypeCodeType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Document Meta Data. WCO Type. Code</DictionaryEntryName>
|
||||
<NamedComplexType>DocumentMetaDataWCOTypeCodeType</NamedComplexType>
|
||||
<XMLTag>WCOTypeCode</XMLTag>
|
||||
<TDEDUID>NA</TDEDUID>
|
||||
<WCOClassID>NA</WCOClassID>
|
||||
<WCOClassName>DocumentMetaData</WCOClassName>
|
||||
<WCOAttributeID>NA</WCOAttributeID>
|
||||
<WCOAttributeName>WCO Type</WCOAttributeName>
|
||||
<WCOFormat>an..6</WCOFormat>
|
||||
<WCOCodeRemarks>WCO code list</WCOCodeRemarks>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="CommunicationMetaData">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Communication Meta Data. Details</DictionaryEntryName>
|
||||
<WCOClassID>NA</WCOClassID>
|
||||
<WCOClassName>CommunicationMetaData</WCOClassName>
|
||||
<WCODescription>Meta data to be used for communication purposes</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ApplicationReferenceID" type="ds:CommunicationMetaDataApplicationReferenceIDType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Communication Meta Data. Application Reference. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>CommunicationMetaDataApplicationReferenceIDType</NamedComplexType>
|
||||
<XMLTag>ApplicationReferenceID</XMLTag>
|
||||
<TDEDUID>NA</TDEDUID>
|
||||
<WCOClassID>NA</WCOClassID>
|
||||
<WCOClassName>CommunicationMetaData</WCOClassName>
|
||||
<WCOAttributeID>NA</WCOAttributeID>
|
||||
<WCOAttributeName>Application Reference</WCOAttributeName>
|
||||
<WCODescription>Identification of the application area assigned by the sender, to which the messages in the interchange relate e.g. the message identifier if all the messages in the interchange are of the same type</WCODescription>
|
||||
<WCOFormat>an..35</WCOFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="CommunicationsAgreementID" type="ds:CommunicationMetaDataCommunicationsAgreementIDType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Communication Meta Data. Communications Agreement. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>CommunicationMetaDataCommunicationsAgreementIDType</NamedComplexType>
|
||||
<XMLTag>CommunicationsAgreementID</XMLTag>
|
||||
<TDEDUID>NA</TDEDUID>
|
||||
<WCOClassID>NA</WCOClassID>
|
||||
<WCOClassName>CommunicationMetaData</WCOClassName>
|
||||
<WCOAttributeID>NA</WCOAttributeID>
|
||||
<WCOAttributeName>Communications Agreement</WCOAttributeName>
|
||||
<WCODescription>Identification by name or code of the type of agreement under which the interchange takes place</WCODescription>
|
||||
<WCOFormat>an..35</WCOFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="PreparationDateTime" type="ds:CommunicationMetaDataPreparationDateTimeType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Communication Meta Data. Preparation. Date Time</DictionaryEntryName>
|
||||
<NamedComplexType>CommunicationMetaDataPreparationDateTimeType</NamedComplexType>
|
||||
<XMLTag>PreparationDateTime</XMLTag>
|
||||
<TDEDUID>NA</TDEDUID>
|
||||
<WCOClassID>NA</WCOClassID>
|
||||
<WCOClassName>CommunicationMetaData</WCOClassName>
|
||||
<WCOAttributeID>NA</WCOAttributeID>
|
||||
<WCOAttributeName>Preparation date and time</WCOAttributeName>
|
||||
<WCODescription>Local date and time when an interchange or a functional group was prepared</WCODescription>
|
||||
<WCOFormat>an..35</WCOFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Recipient">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Recipient. Details</DictionaryEntryName>
|
||||
<WCOClassID>NA</WCOClassID>
|
||||
<WCOClassName>Recipient</WCOClassName>
|
||||
<WCODescription>Details related to the recipient of a message (technical information)</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ID" type="ds:RecipientIdentificationIDType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3039</TDEDUID>
|
||||
<TDEDName>Party. Identifier</TDEDName>
|
||||
<DictionaryEntryName>Recipient. Identification. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>RecipientIdentificationIDType</NamedComplexType>
|
||||
<XMLTag>ID</XMLTag>
|
||||
<WCOClassID>NA</WCOClassID>
|
||||
<WCOClassName>Recipient</WCOClassName>
|
||||
<WCOAttributeID>NA</WCOAttributeID>
|
||||
<WCOAttributeName>Recipient identification</WCOAttributeName>
|
||||
<WCODescription>Identifier of the (message) recipient</WCODescription>
|
||||
<WCOFormat>an..35</WCOFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Sender">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Sender. Details</DictionaryEntryName>
|
||||
<WCOClassID>NA</WCOClassID>
|
||||
<WCOClassName>Sender</WCOClassName>
|
||||
<WCODescription>Details related to the sender of a message (technical information)</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ID" type="ds:SenderIdentificationIDType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3039</TDEDUID>
|
||||
<TDEDName>Party. Identifier</TDEDName>
|
||||
<DictionaryEntryName>Sender. Identification. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>SenderIdentificationIDType</NamedComplexType>
|
||||
<XMLTag>ID</XMLTag>
|
||||
<WCOClassID>NA</WCOClassID>
|
||||
<WCOClassName>Sender</WCOClassName>
|
||||
<WCOAttributeID>NA</WCOAttributeID>
|
||||
<WCOAttributeName>Sender identification</WCOAttributeName>
|
||||
<WCODescription>Identifier of the (message) sender</WCODescription>
|
||||
<WCOFormat>an..35</WCOFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Declaration">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Content Information Structure. Details</DictionaryEntryName>
|
||||
<WCOClassID>42A</WCOClassID>
|
||||
<WCOClassName>Declaration</WCOClassName>
|
||||
<WCODescription>Any statement or action, in any form prescribed or accepted by the Governmental Agency, giving information or particulars required by the Governmental Agency</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="FunctionalReferenceID" type="ds:DeclarationFunctionalReferenceIDType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>1154</TDEDUID>
|
||||
<TDEDName>Reference. Identifier</TDEDName>
|
||||
<DictionaryEntryName>Declaration. Functional Reference. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>DeclarationFunctionalReferenceIDType</NamedComplexType>
|
||||
<XMLTag>FunctionalReferenceID</XMLTag>
|
||||
<DictionaryEntryName>InterGov. Functional Reference. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>InterGovFunctionalReferenceIDType</NamedComplexType>
|
||||
<XMLTag>FunctionalReferenceID</XMLTag>
|
||||
<DictionaryEntryName>Response. Functional Reference. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>ResponseFunctionalReferenceIDType</NamedComplexType>
|
||||
<XMLTag>FunctionalReferenceID</XMLTag>
|
||||
<WCOClassID>42A</WCOClassID>
|
||||
<WCOClassName>Declaration</WCOClassName>
|
||||
<WCOAttributeID>D026</WCOAttributeID>
|
||||
<WCOAttributeName>Functional reference number</WCOAttributeName>
|
||||
<WCODescription>Reference number identifying a specific information exchange</WCODescription>
|
||||
<WCOFormat>an..70</WCOFormat>
|
||||
<AnnexBInfoDENo>12 09 000 000</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>LRN</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..22</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="ID" type="ds:DeclarationIdentificationIDType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>1004</TDEDUID>
|
||||
<TDEDName>Document. Identifier</TDEDName>
|
||||
<DictionaryEntryName>Declaration. Identification. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>DeclarationIdentificationIDType</NamedComplexType>
|
||||
<XMLTag>ID</XMLTag>
|
||||
<DictionaryEntryName>InterGov. Identification. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>InterGovIdentificationIDType</NamedComplexType>
|
||||
<XMLTag>ID</XMLTag>
|
||||
<DictionaryEntryName>LPCO. Identification. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>LPCOIdentificationIDType</NamedComplexType>
|
||||
<XMLTag>ID</XMLTag>
|
||||
<DictionaryEntryName>Response. Identification. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>ResponseIdentificationIDType</NamedComplexType>
|
||||
<XMLTag>ID</XMLTag>
|
||||
<WCOClassID>42A</WCOClassID>
|
||||
<WCOClassName>Declaration</WCOClassName>
|
||||
<WCOAttributeID>D014</WCOAttributeID>
|
||||
<WCOAttributeName>Document reference number</WCOAttributeName>
|
||||
<WCODescription>Reference number identifying a specific document</WCODescription>
|
||||
<WCOFormat>an..70</WCOFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="IssueDateTime" type="ds:DeclarationIssueDateTimeType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>2380</TDEDUID>
|
||||
<TDEDName>Date Or Time Or Period. Text</TDEDName>
|
||||
<DictionaryEntryName>Declaration. Issue. Date Time</DictionaryEntryName>
|
||||
<NamedComplexType>DeclarationIssueDateTimeType</NamedComplexType>
|
||||
<XMLTag>IssueDateTime</XMLTag>
|
||||
<DictionaryEntryName>LPCO. Issue. Date Time</DictionaryEntryName>
|
||||
<NamedComplexType>LPCOIssueDateTimeType</NamedComplexType>
|
||||
<XMLTag>IssueDateTime</XMLTag>
|
||||
<DictionaryEntryName>Response. Issue. Date Time</DictionaryEntryName>
|
||||
<NamedComplexType>ResponseIssueDateTimeType</NamedComplexType>
|
||||
<XMLTag>IssueDateTime</XMLTag>
|
||||
<WCOClassID>42A</WCOClassID>
|
||||
<WCOClassName>Declaration</WCOClassName>
|
||||
<WCOAttributeID>D011</WCOAttributeID>
|
||||
<WCOAttributeName>Document issuing date</WCOAttributeName>
|
||||
<WCODescription>Date at which a document was issued and when appropriate, signed or otherwise authenticated</WCODescription>
|
||||
<WCOFormat>an..35</WCOFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="DeclarationOffice" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Declaration Office. Details</DictionaryEntryName>
|
||||
<WCOClassID>10C</WCOClassID>
|
||||
<WCOClassName>DeclarationOffice</WCOClassName>
|
||||
<WCODescription>Details identifying the government office at which a declaration is lodged</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ID" type="ds:DeclarationOfficeIdentificationIDType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3225</TDEDUID>
|
||||
<TDEDName>Location.Identifier</TDEDName>
|
||||
<DictionaryEntryName>Declaration Office. Identification. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>DeclarationOfficeIdentificationIDType</NamedComplexType>
|
||||
<XMLTag>ID</XMLTag>
|
||||
<WCOClassID>10C</WCOClassID>
|
||||
<WCOClassName>DeclarationOffice</WCOClassName>
|
||||
<WCOAttributeID>G013</WCOAttributeID>
|
||||
<WCOAttributeName>Office of declaration, coded</WCOAttributeName>
|
||||
<WCODescription>To identify a location at which a declaration is lodged</WCODescription>
|
||||
<WCOFormat>an..17</WCOFormat>
|
||||
<WCOCodeRemarks>UN/LOCODE (an..5) + user codes (an..12)</WCOCodeRemarks>
|
||||
<AnnexBInfoDENo>17 02 001 000</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Customs office of export</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an8</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AdditionalInformation" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Additional Information. Details</DictionaryEntryName>
|
||||
<WCOClassID>03A</WCOClassID>
|
||||
<WCOClassName>AdditionalInformation</WCOClassName>
|
||||
<WCODescription>Special request to government from declarant to take or not to take action</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="SequenceNumeric" type="ds:AdditionalInformationSequenceNumericType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>1050</TDEDUID>
|
||||
<TDEDName>Sequence. Position.Identifier</TDEDName>
|
||||
<DictionaryEntryName>Additional Information. Sequence. Numeric</DictionaryEntryName>
|
||||
<NamedComplexType>AdditionalInformationSequenceNumericType</NamedComplexType>
|
||||
<XMLTag>SequenceNumeric</XMLTag>
|
||||
<WCOClassID>03A</WCOClassID>
|
||||
<WCOClassName>AdditionalInformation</WCOClassName>
|
||||
<WCOAttributeID>006</WCOAttributeID>
|
||||
<WCOAttributeName>Sequence number</WCOAttributeName>
|
||||
<WCODescription>Number indicating the position in a sequence</WCODescription>
|
||||
<WCOFormat>n..5</WCOFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="StatementCode" type="ds:AdditionalInformationStatementCodeType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>4441</TDEDUID>
|
||||
<TDEDName>FreeText.Code</TDEDName>
|
||||
<DictionaryEntryName>Additional Information. Statement. Code</DictionaryEntryName>
|
||||
<NamedComplexType>AdditionalInformationStatementCodeType</NamedComplexType>
|
||||
<XMLTag>StatementCode</XMLTag>
|
||||
<WCOClassID>03A</WCOClassID>
|
||||
<WCOClassName>AdditionalInformation</WCOClassName>
|
||||
<WCOAttributeID>226</WCOAttributeID>
|
||||
<WCOAttributeName>Additional statement code</WCOAttributeName>
|
||||
<WCODescription>Coded form of an additional statement</WCODescription>
|
||||
<WCOFormat>an..17</WCOFormat>
|
||||
<WCOCodeRemarks>User codes</WCOCodeRemarks>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="StatementDescription" type="ds:AdditionalInformationStatementDescriptionTextType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>4440</TDEDUID>
|
||||
<TDEDName>FreeText.Text</TDEDName>
|
||||
<DictionaryEntryName>Additional Information. Statement Description. Text</DictionaryEntryName>
|
||||
<NamedComplexType>AdditionalInformationStatementDescriptionTextType</NamedComplexType>
|
||||
<XMLTag>StatementDescription</XMLTag>
|
||||
<WCOClassID>03A</WCOClassID>
|
||||
<WCOClassName>AdditionalInformation</WCOClassName>
|
||||
<WCOAttributeID>225</WCOAttributeID>
|
||||
<WCOAttributeName>Additional statement text</WCOAttributeName>
|
||||
<WCODescription>Description of an additional statement</WCODescription>
|
||||
<WCOFormat>an..512</WCOFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="StatementTypeCode" type="ds:AdditionalInformationStatementTypeCodeType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>4451</TDEDUID>
|
||||
<TDEDName>Free Text. Subject.Code</TDEDName>
|
||||
<DictionaryEntryName>Additional Information. Statement Type. Code</DictionaryEntryName>
|
||||
<NamedComplexType>AdditionalInformationStatementTypeCodeType</NamedComplexType>
|
||||
<XMLTag>StatementTypeCode</XMLTag>
|
||||
<WCOClassID>03A</WCOClassID>
|
||||
<WCOClassName>AdditionalInformation</WCOClassName>
|
||||
<WCOAttributeID>369</WCOAttributeID>
|
||||
<WCOAttributeName>Additional statement type</WCOAttributeName>
|
||||
<WCODescription>Code qualifying the subject of the additional statement</WCODescription>
|
||||
<WCOFormat>an..3</WCOFormat>
|
||||
<WCOCodeRemarks>EDIFACT codes (4451)</WCOCodeRemarks>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Agent" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Agent. Details</DictionaryEntryName>
|
||||
<WCOClassID>05A</WCOClassID>
|
||||
<WCOClassName>Agent</WCOClassName>
|
||||
<WCODescription>Person authorised to act on behalf of another party</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ID" type="ds:AgentIdentificationIDType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3039</TDEDUID>
|
||||
<TDEDName>Party. Identifier</TDEDName>
|
||||
<DictionaryEntryName>Agent. Identification. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>AgentIdentificationIDType</NamedComplexType>
|
||||
<XMLTag>ID</XMLTag>
|
||||
<WCOClassID>05A</WCOClassID>
|
||||
<WCOClassName>Agent</WCOClassName>
|
||||
<WCOAttributeID>R004</WCOAttributeID>
|
||||
<WCOAttributeName>Agent, coded</WCOAttributeName>
|
||||
<WCODescription>Identification of a party authorised to act on behalf of another party</WCODescription>
|
||||
<WCOFormat>an..35</WCOFormat>
|
||||
<WCOCodeRemarks>International codes (e.g. DUNS, EAN) or user codes</WCOCodeRemarks>
|
||||
<AnnexBInfoDENo>13 06 017 000</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Identification number</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..17</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="FunctionCode" type="ds:AgentFunctionCodeType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>4405</TDEDUID>
|
||||
<TDEDName>Status.Code</TDEDName>
|
||||
<DictionaryEntryName>Agent. Function. Code</DictionaryEntryName>
|
||||
<NamedComplexType>AgentFunctionCodeType</NamedComplexType>
|
||||
<XMLTag>FunctionCode</XMLTag>
|
||||
<WCOClassID>05A</WCOClassID>
|
||||
<WCOClassName>Agent</WCOClassName>
|
||||
<WCOAttributeID>102</WCOAttributeID>
|
||||
<WCOAttributeName>Agent status, coded</WCOAttributeName>
|
||||
<WCODescription>The capacity in which the agent is acting</WCODescription>
|
||||
<WCOFormat>an..3</WCOFormat>
|
||||
<WCOCodeRemarks>EDIFACT codes (4405)</WCOCodeRemarks>
|
||||
<AnnexBInfoDENo>13 06 030 000</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Status</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>n1</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Contact" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Contact. Details</DictionaryEntryName>
|
||||
<WCOClassID>34A</WCOClassID>
|
||||
<WCOClassName>Contact</WCOClassName>
|
||||
<WCODescription>Contact information of a department or employee</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Name" type="ds:ContactNameTextType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3412</TDEDUID>
|
||||
<TDEDName>Contact.Name.Text</TDEDName>
|
||||
<DictionaryEntryName>Contact. Name. Text</DictionaryEntryName>
|
||||
<NamedComplexType>ContactNameTextType</NamedComplexType>
|
||||
<XMLTag>Name</XMLTag>
|
||||
<WCOClassID>34A</WCOClassID>
|
||||
<WCOClassName>Contact</WCOClassName>
|
||||
<WCOAttributeID>246</WCOAttributeID>
|
||||
<WCOAttributeName>Department or employee - Contact name</WCOAttributeName>
|
||||
<WCODescription>Name of a department or employee</WCODescription>
|
||||
<WCOFormat>an..70</WCOFormat>
|
||||
<AnnexBInfoDENo>13 06 074 016</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Name</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..70</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Communication" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Communication. Details</DictionaryEntryName>
|
||||
<WCOClassID>25A</WCOClassID>
|
||||
<WCOClassName>Communication</WCOClassName>
|
||||
<WCODescription>Details of communication including number and number type</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="SequenceNumeric" type="ds:CommunicationSequenceNumericType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>1050</TDEDUID>
|
||||
<TDEDName>Sequence. Position.Identifier</TDEDName>
|
||||
<DictionaryEntryName>Communication. Sequence. Numeric</DictionaryEntryName>
|
||||
<NamedComplexType>CommunicationSequenceNumericType</NamedComplexType>
|
||||
<XMLTag>SequenceNumeric</XMLTag>
|
||||
<WCOClassID>25A</WCOClassID>
|
||||
<WCOClassName>Communication</WCOClassName>
|
||||
<WCOAttributeID>006</WCOAttributeID>
|
||||
<WCOAttributeName>Sequence number</WCOAttributeName>
|
||||
<WCODescription>Number indicating the position in a sequence</WCODescription>
|
||||
<WCOFormat>n..5</WCOFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="ID" type="ds:CommunicationIdentificationIDType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3148</TDEDUID>
|
||||
<TDEDName>Communication.Address.Identifier</TDEDName>
|
||||
<DictionaryEntryName>Communication. Identification. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>CommunicationIdentificationIDType</NamedComplexType>
|
||||
<XMLTag>ID</XMLTag>
|
||||
<WCOClassID>25A</WCOClassID>
|
||||
<WCOClassName>Communication</WCOClassName>
|
||||
<WCOAttributeID>240</WCOAttributeID>
|
||||
<WCOAttributeName>Communication number</WCOAttributeName>
|
||||
<WCODescription>To identify a communication address</WCODescription>
|
||||
<WCOFormat>an..256</WCOFormat>
|
||||
<AnnexBInfoDENo>13 06 074 075</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Phone number</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..35</AnnexBInfoDEFormat>
|
||||
<AnnexBInfoDENo>13 06 074 076</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>E-mail address</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..256</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="TypeCode" type="ds:CommunicationTypeCodeType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3155</TDEDUID>
|
||||
<TDEDName>Communication.MeansType.Code</TDEDName>
|
||||
<DictionaryEntryName>Communication. Type. Code</DictionaryEntryName>
|
||||
<NamedComplexType>CommunicationTypeCodeType</NamedComplexType>
|
||||
<XMLTag>TypeCode</XMLTag>
|
||||
<WCOClassID>25A</WCOClassID>
|
||||
<WCOClassName>Communication</WCOClassName>
|
||||
<WCOAttributeID>253</WCOAttributeID>
|
||||
<WCOAttributeName>Communication number type</WCOAttributeName>
|
||||
<WCODescription>To identify the type of communication address</WCODescription>
|
||||
<WCOFormat>an..3</WCOFormat>
|
||||
<WCOCodeRemarks>EDIFACT codes (3155)</WCOCodeRemarks>
|
||||
<AnnexBInfoDENo>13 06 074 075</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Phone number</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..3</AnnexBInfoDEFormat>
|
||||
<AnnexBInfoDENo>13 06 074 076</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>E-mail address</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..3</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Declarant" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Declarant. Details</DictionaryEntryName>
|
||||
<WCOClassID>57B</WCOClassID>
|
||||
<WCOClassName>Declarant</WCOClassName>
|
||||
<WCODescription>A party who makes a declaration to an official body or - where legally permitted - in whose name, or on whose behalf, a declaration to an official body is made</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Name" type="ds:DeclarantNameTextType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3036</TDEDUID>
|
||||
<TDEDName>Party.Name.Text</TDEDName>
|
||||
<DictionaryEntryName>Declarant. Name. Text</DictionaryEntryName>
|
||||
<NamedComplexType>DeclarantNameTextType</NamedComplexType>
|
||||
<XMLTag>Name</XMLTag>
|
||||
<WCOClassID>57B</WCOClassID>
|
||||
<WCOClassName>Declarant</WCOClassName>
|
||||
<WCOAttributeID>R124</WCOAttributeID>
|
||||
<WCOAttributeName>Declarant name</WCOAttributeName>
|
||||
<WCODescription>Name of a party who makes a declaration to an official body or - where legally permitted - in whose name, or on whose behalf, a declaration to an official body is made</WCODescription>
|
||||
<WCOFormat>an..70</WCOFormat>
|
||||
<AnnexBInfoDENo>13 05 016 000</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Name</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..70</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="ID" type="ds:DeclarantIdentificationIDType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3039</TDEDUID>
|
||||
<TDEDName>Party. Identifier</TDEDName>
|
||||
<DictionaryEntryName>Declarant. Identification. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>DeclarantIdentificationIDType</NamedComplexType>
|
||||
<XMLTag>ID</XMLTag>
|
||||
<WCOClassID>57B</WCOClassID>
|
||||
<WCOClassName>Declarant</WCOClassName>
|
||||
<WCOAttributeID>R123</WCOAttributeID>
|
||||
<WCOAttributeName>Declarant, coded</WCOAttributeName>
|
||||
<WCODescription>Identification of a party who makes a declaration to an official body or - where legally permitted - in whose name, or on whose behalf, a declaration to an official body is made</WCODescription>
|
||||
<WCOFormat>an..35</WCOFormat>
|
||||
<WCOCodeRemarks>International codes (e.g. DUNS, EAN) or user codes</WCOCodeRemarks>
|
||||
<AnnexBInfoDENo>13 05 017 000</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Identification number</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..17</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Address" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Address. Details</DictionaryEntryName>
|
||||
<WCOClassID>04A</WCOClassID>
|
||||
<WCOClassName>Address</WCOClassName>
|
||||
<WCODescription>Details relating to an address</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="CityName" type="ds:AddressCityNameTextType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3164</TDEDUID>
|
||||
<TDEDName>Address.City.Name</TDEDName>
|
||||
<DictionaryEntryName>Address. City. Text</DictionaryEntryName>
|
||||
<NamedComplexType>AddressCityTextType</NamedComplexType>
|
||||
<XMLTag>City</XMLTag>
|
||||
<WCOClassID>04A</WCOClassID>
|
||||
<WCOClassName>Address</WCOClassName>
|
||||
<WCOAttributeID>241</WCOAttributeID>
|
||||
<WCOAttributeName>City name</WCOAttributeName>
|
||||
<WCODescription>Name of a city</WCODescription>
|
||||
<WCOFormat>an..35</WCOFormat>
|
||||
<AnnexBInfoDENo>13 05 018 022</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>City</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..35</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="CountryCode" type="ds:AddressCountryCodeType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3207</TDEDUID>
|
||||
<TDEDName>Country.Identifier</TDEDName>
|
||||
<DictionaryEntryName>Address. Country. Code</DictionaryEntryName>
|
||||
<NamedComplexType>AddressCountryCodeType</NamedComplexType>
|
||||
<XMLTag>CountryCode</XMLTag>
|
||||
<WCOClassID>04A</WCOClassID>
|
||||
<WCOClassName>Address</WCOClassName>
|
||||
<WCOAttributeID>242</WCOAttributeID>
|
||||
<WCOAttributeName>Country, coded</WCOAttributeName>
|
||||
<WCODescription>Identification of the name of the country or other geographical entity as specified in ISO 3166 and UN/ECE Rec 3</WCODescription>
|
||||
<WCOFormat>a2</WCOFormat>
|
||||
<WCOCodeRemarks>EDIFACT codes (3207) = ISO 3166-1 2-alpha code</WCOCodeRemarks>
|
||||
<AnnexBInfoDENo>13 05 018 020</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Country</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>a2</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Line" type="ds:AddressLineTextType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3042</TDEDUID>
|
||||
<TDEDName>Postal.DeliveryPoint.Text</TDEDName>
|
||||
<DictionaryEntryName>Address. Line. Text</DictionaryEntryName>
|
||||
<NamedComplexType>AddressLineTextType</NamedComplexType>
|
||||
<XMLTag>Line</XMLTag>
|
||||
<WCOClassID>04A</WCOClassID>
|
||||
<WCOClassName>Address</WCOClassName>
|
||||
<WCOAttributeID>239</WCOAttributeID>
|
||||
<WCOAttributeName>Street and number/P.O. Box</WCOAttributeName>
|
||||
<WCODescription>Specification of the postal delivery point such as street and number or post office box</WCODescription>
|
||||
<WCOFormat>an..256</WCOFormat>
|
||||
<AnnexBInfoDENo>13 05 018 019</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Street and number</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..70</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="PostcodeID" type="ds:AddressPostcodeIDType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3251</TDEDUID>
|
||||
<TDEDName>Postal.Identifier</TDEDName>
|
||||
<DictionaryEntryName>Address. Postcode. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>AddressPostcodeIDType</NamedComplexType>
|
||||
<XMLTag>PostcodeID</XMLTag>
|
||||
<WCOClassID>04A</WCOClassID>
|
||||
<WCOClassName>Address</WCOClassName>
|
||||
<WCOAttributeID>245</WCOAttributeID>
|
||||
<WCOAttributeName>Postcode identification</WCOAttributeName>
|
||||
<WCODescription>Code specifying a postal zone or address</WCODescription>
|
||||
<WCOFormat>an..17</WCOFormat>
|
||||
<WCOCodeRemarks>User codes</WCOCodeRemarks>
|
||||
<AnnexBInfoDENo>13 05 018 021</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Postcode</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..17</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Contact" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Contact. Details</DictionaryEntryName>
|
||||
<WCOClassID>34A</WCOClassID>
|
||||
<WCOClassName>Contact</WCOClassName>
|
||||
<WCODescription>Contact information of a department or employee</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Name" type="ds:ContactNameTextType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3412</TDEDUID>
|
||||
<TDEDName>Contact.Name.Text</TDEDName>
|
||||
<DictionaryEntryName>Contact. Name. Text</DictionaryEntryName>
|
||||
<NamedComplexType>ContactNameTextType</NamedComplexType>
|
||||
<XMLTag>Name</XMLTag>
|
||||
<WCOClassID>34A</WCOClassID>
|
||||
<WCOClassName>Contact</WCOClassName>
|
||||
<WCOAttributeID>246</WCOAttributeID>
|
||||
<WCOAttributeName>Department or employee - Contact name</WCOAttributeName>
|
||||
<WCODescription>Name of a department or employee</WCODescription>
|
||||
<WCOFormat>an..70</WCOFormat>
|
||||
<AnnexBInfoDENo>13 05 074 016</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Name</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..70</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Communication" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<DictionaryEntryName>Communication. Details</DictionaryEntryName>
|
||||
<WCOClassID>25A</WCOClassID>
|
||||
<WCOClassName>Communication</WCOClassName>
|
||||
<WCODescription>Details of communication including number and number type</WCODescription>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="SequenceNumeric" type="ds:CommunicationSequenceNumericType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>1050</TDEDUID>
|
||||
<TDEDName>Sequence. Position.Identifier</TDEDName>
|
||||
<DictionaryEntryName>Communication. Sequence. Numeric</DictionaryEntryName>
|
||||
<NamedComplexType>CommunicationSequenceNumericType</NamedComplexType>
|
||||
<XMLTag>SequenceNumeric</XMLTag>
|
||||
<WCOClassID>25A</WCOClassID>
|
||||
<WCOClassName>Communication</WCOClassName>
|
||||
<WCOAttributeID>006</WCOAttributeID>
|
||||
<WCOAttributeName>Sequence number</WCOAttributeName>
|
||||
<WCODescription>Number indicating the position in a sequence</WCODescription>
|
||||
<WCOFormat>n..5</WCOFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="ID" type="ds:CommunicationIdentificationIDType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3148</TDEDUID>
|
||||
<TDEDName>Communication.Address.Identifier</TDEDName>
|
||||
<DictionaryEntryName>Communication. Identification. Identifier</DictionaryEntryName>
|
||||
<NamedComplexType>CommunicationIdentificationIDType</NamedComplexType>
|
||||
<XMLTag>ID</XMLTag>
|
||||
<WCOClassID>25A</WCOClassID>
|
||||
<WCOClassName>Communication</WCOClassName>
|
||||
<WCOAttributeID>240</WCOAttributeID>
|
||||
<WCOAttributeName>Communication number</WCOAttributeName>
|
||||
<WCODescription>To identify a communication address</WCODescription>
|
||||
<WCOFormat>an..256</WCOFormat>
|
||||
<AnnexBInfoDENo>13 05 074 075</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Phone number</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..35</AnnexBInfoDEFormat>
|
||||
<AnnexBInfoDENo>13 05 074 076</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>E-mail address</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..256</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="TypeCode" type="ds:CommunicationTypeCodeType" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
<TDEDUID>3155</TDEDUID>
|
||||
<TDEDName>Communication.MeansType.Code</TDEDName>
|
||||
<DictionaryEntryName>Communication. Type. Code</DictionaryEntryName>
|
||||
<NamedComplexType>CommunicationTypeCodeType</NamedComplexType>
|
||||
<XMLTag>TypeCode</XMLTag>
|
||||
<WCOClassID>25A</WCOClassID>
|
||||
<WCOClassName>Communication</WCOClassName>
|
||||
<WCOAttributeID>253</WCOAttributeID>
|
||||
<WCOAttributeName>Communication number type</WCOAttributeName>
|
||||
<WCODescription>To identify the type of communication address</WCODescription>
|
||||
<WCOFormat>an..3</WCOFormat>
|
||||
<WCOCodeRemarks>EDIFACT codes (3155)</WCOCodeRemarks>
|
||||
<AnnexBInfoDENo>13 05 074 075</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>Phone number</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..3</AnnexBInfoDEFormat>
|
||||
<AnnexBInfoDENo>13 05 074 076</AnnexBInfoDENo>
|
||||
<AnnexBInfoDEName>E-mail address</AnnexBInfoDEName>
|
||||
<AnnexBInfoDEFormat>an..3</AnnexBInfoDEFormat>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
@@ -0,0 +1,997 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:ds="urn:wco:datamodel:WCO:DMSDECO.OverallModel_DS:2"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:clm5ISO42173A="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31"
|
||||
targetNamespace="urn:wco:datamodel:WCO:DMSDECO.OverallModel_DS:2"
|
||||
elementFormDefault="qualified">
|
||||
<xs:import namespace="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31" schemaLocation="ISO3AlphaCurrencyCode_2012-08-31.xsd"/>
|
||||
<xs:simpleType name="AdditionalDocumentIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="AdditionalDocumentTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalInformationLimitDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_102_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="102"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AdditionalInformationSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="AdditionalInformationStatementCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalInformationStatementCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalInformationStatementCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="AdditionalInformationStatementDescriptionTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalInformationStatementDescriptionTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AdditionalInformationStatementDescriptionTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="AdditionalInformationStatementTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalInformationStatementTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalInformationStatementTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AdditionalProcedureProcedureCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,7}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalProcedureProcedureCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalProcedureProcedureCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AdditionalProcedureSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalReferenceIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalDocumentIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AdditionalReferenceSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AdditionalReferenceTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalDocumentTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="AddressCityNameTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AddressCityNameTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AddressCityNameTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="AddressCountryCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value="[A-Z]{2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AddressCountryCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AddressCountryCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="AddressLineTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AddressLineTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AddressLineTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,256}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AddressPostcodeIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AddressPostcodeIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AddressPostcodeIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AddressStreetNumberIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AddressStreetNumberIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AddressStreetNumberIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="AgentFunctionCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AgentFunctionCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AgentFunctionCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="AgentIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AgentIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AgentIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="AppealOfficeIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AppealOfficeIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="AppealOfficeIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CCQualifierCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value="[A-Z]{2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ClassificationIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ClassificationIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ClassificationIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,18}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="ClassificationIdentificationTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ClassificationIdentificationTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ClassificationIdentificationTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CommodityDescriptionTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CommodityDescriptionTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CommodityDescriptionTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CommunicationIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CommunicationIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CommunicationIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,256}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CommunicationMetaDataApplicationReferenceIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CommunicationMetaDataApplicationReferenceIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CommunicationMetaDataApplicationReferenceIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CommunicationMetaDataCommunicationsAgreementIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CommunicationMetaDataCommunicationsAgreementIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CommunicationMetaDataCommunicationsAgreementIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CommunicationMetaDataPreparationDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_304_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="304"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CommunicationSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CommunicationTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CommunicationTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CommunicationTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="ConsignmentTotalGrossMassMeasureType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ConsignmentTotalGrossMassMeasureType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ConsignmentTotalGrossMassMeasureType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="6"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ContactNameTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ContactNameTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ContactNameTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ContactOfficeIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ContactOfficeIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ContactOfficeIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ControlInspectionStartDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_102_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="102"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="ControlResultDescriptionTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ControlResultDescriptionTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ControlResultDescriptionTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ControlResultEffectiveDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_102_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="102"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ControlResultIdentificationCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ControlResultIdentificationCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ControlResultIdentificationCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ControlSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="ControlTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ControlTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ControlTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="CustomsOfficeIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CustomsOfficeIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CustomsOfficeIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="CustomsValuationExitToEntryChargeAmountType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CustomsValuationExitToEntryChargeAmountType_S">
|
||||
<xs:attribute name="currencyID" type="clm5ISO42173A:ISO3AlphaCurrencyCodeContentType" use="optional"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="CustomsValuationExitToEntryChargeAmountType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DateTimeType_102_S">
|
||||
<xs:restriction base="ds:DateTimeType_S">
|
||||
<xs:pattern value="[1-9][0-9][0-9][0-9](([0][13578])([0][1-9]|[1-2][0-9]|[3][0-1])|([0][469])([0][1-9]|[1-2][0-9]|[3][0])|([0][2])([0][1-9]|[1-2][0-9])|([1][0|2])([0][1-9]|[1-2][0-9]|[3][0-1])|([1][1])([0][1-9]|[1-2][0-9]|[3][0]))"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DateTimeType_304_S">
|
||||
<xs:restriction base="ds:DateTimeType_S">
|
||||
<xs:pattern value="[1-9][0-9][0-9][0-9](([0][13578])([0][1-9]|[1-2][0-9]|[3][0-1])|([0][469])([0][1-9]|[1-2][0-9]|[3][0])|([0][2])([0][1-9]|[1-2][0-9])|([1][0|2])([0][1-9]|[1-2][0-9]|[3][0-1])|([1][1])([0][1-9]|[1-2][0-9]|[3][0]))(([2][0-3]|[0][0-9]|[1][0-9])([0-5][0-9])([0-5][0-9]))(Z|[+\-][01][0-9])"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DateTimeType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarantIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarantIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarantIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarantNameTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarantNameTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarantNameTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarationAcceptanceDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_102_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="102"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="DeclarationFunctionalReferenceIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarationFunctionalReferenceIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarationFunctionalReferenceIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarationIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarationIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarationIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarationIssueDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_304_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="304"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="DeclarationOfficeIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarationOfficeIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarationOfficeIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarationRejectionDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_304_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="304"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DeclarationTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DeclarationTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DeclarationTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="DomesticDutyTaxPartyIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DomesticDutyTaxPartyIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DomesticDutyTaxPartyIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DomesticDutyTaxPartyRoleCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DomesticDutyTaxPartyRoleCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DomesticDutyTaxPartyRoleCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="DutyTaxFeeAdValoremTaxBaseAmountType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DutyTaxFeeAdValoremTaxBaseAmountType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DutyTaxFeeAdValoremTaxBaseAmountType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DutyTaxFeeTaxAmountType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DutyTaxFeeTaxAmountType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="DutyTaxFeeTaxAmountType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DutyTaxFeeTaxRateNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:minInclusive value="0"/>
|
||||
<xs:totalDigits value="17"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="DutyTaxFeeTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="DutyTaxFeeTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DutyTaxFeeTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="EconomicOperatorIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:EconomicOperatorIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="EconomicOperatorIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ErrorDescriptionTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ErrorDescriptionTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ErrorDescriptionTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ErrorOriginalAttributeValueTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ErrorOriginalAttributeValueTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ErrorOriginalAttributeValueTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="ErrorSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="ErrorValidationCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,8}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ErrorValidationCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ErrorValidationCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="ExporterNameTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ExporterNameTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ExporterNameTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationAdditionalIdentifierIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationAdditionalIdentifierIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsLocationAdditionalIdentifierIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,4}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationAuthorizationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationAuthorizationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsLocationAuthorizationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsLocationIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,17}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="GoodsLocationIdentificationTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value="[A-Z]{1}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationIdentificationTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationIdentificationTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="GoodsLocationLatitudeIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationLatitudeIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsLocationLatitudeIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="[+\-]?([0-8]?[0-9]\.[0-9]{5,7}|90.000000?0?)"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationLongitudeIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationLongitudeIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsLocationLongitudeIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="[+\-]?((0?[0-9]?|1[0-7])[0-9]\.[0-9]{5,7}|180.000000?0?)"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="GoodsLocationTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsLocationTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsLocationTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="GoodsMeasureGrossMassMeasureType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsMeasureGrossMassMeasureType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsMeasureGrossMassMeasureType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="6"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="GoodsMeasureTariffQuantityType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:GoodsMeasureTariffQuantityType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="GoodsMeasureTariffQuantityType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="6"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="GoodsShipmentSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="GovernmentAgencyGoodsItemSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ImporterIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ImporterIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ImporterIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ImporterNameTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ImporterNameTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ImporterNameTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="InvoiceLineItemChargeAmountType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:InvoiceLineItemChargeAmountType_S">
|
||||
<xs:attribute name="currencyID" type="clm5ISO42173A:ISO3AlphaCurrencyCodeContentType" use="optional"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="InvoiceLineItemChargeAmountType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="MetaDataWCOTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="MetaDataWCOTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:MetaDataWCOTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="ObligationGuaranteeReferenceIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ObligationGuaranteeReferenceIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ObligationGuaranteeReferenceIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="PackagingQuantityQuantityType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:PackagingQuantityQuantityType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="PackagingQuantityQuantityType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,8}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="PaymentPaymentAmountType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:PaymentPaymentAmountType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="PaymentPaymentAmountType_S">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:totalDigits value="16"/>
|
||||
<xs:fractionDigits value="3"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="PointerLocationTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:PointerLocationTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="PointerLocationTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="PointerSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="PreviousDocumentIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:PreviousDocumentIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="PreviousDocumentIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="PreviousDocumentSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="PreviousDocumentTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="PreviousDocumentTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:PreviousDocumentTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="RecipientIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:RecipientIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="RecipientIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="RequestedDocumentCCQualifierCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:CCQualifierCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="RequestedDocumentDescriptionTextType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:RequestedDocumentDescriptionTextType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="RequestedDocumentDescriptionTextType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,512}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="RequestedDocumentSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="RequestedDocumentTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="RequestedDocumentTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:RequestedDocumentTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ResponseBusinessRejectionTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ResponseBusinessRejectionTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ResponseBusinessRejectionTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="ResponseFunctionCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value="[0-9]{1,2}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="ResponseFunctionCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:ResponseFunctionCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="SenderIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:SenderIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="SenderIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="StatusEffectiveDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_304_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="304"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="StatusNameCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="StatusNameCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:StatusNameCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="StatusReleaseDateTimeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:DateTimeType_102_S">
|
||||
<xs:attribute name="formatCode" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="102"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="StatusSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
<xs:minInclusive value="0"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="SupportingDocumentIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalDocumentIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="SupportingDocumentSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="SupportingDocumentTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:AdditionalDocumentTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="TransportContractDocumentIdentificationIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:TransportContractDocumentIdentificationIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="TransportContractDocumentIdentificationIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,70}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="TransportContractDocumentSequenceNumericType">
|
||||
<xs:restriction base="xs:decimal">
|
||||
<xs:pattern value="[0-9]{1,5}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="TransportContractDocumentTypeCodeContentType">
|
||||
<xs:restriction base="xs:token">
|
||||
<xs:pattern value=".{1,6}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="TransportContractDocumentTypeCodeType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:TransportContractDocumentTypeCodeContentType"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="UCRTraderAssignedReferenceIDType">
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="ds:UCRTraderAssignedReferenceIDType_S"/>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="UCRTraderAssignedReferenceIDType_S">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value=".{1,35}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:clm5ISO42173A="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31"
|
||||
elementFormDefault="qualified"
|
||||
version="4.0">
|
||||
<xs:simpleType name="ISO3AlphaCurrencyCodeContentType">
|
||||
<xs:restriction base="xs:string"/>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user