You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2013 (http://www.altova.com) by () -->
<!--W3C Schema generated by XMLSpy v2013 (http://www.altova.com)-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="TRN_RESULT">
<xs:complexType>
<xs:all>
<xs:element name="SEQ_NO">
<xs:annotation>
<xs:documentation>报关单数据中心统一编号</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="18"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TRANS_NO">
<xs:annotation>
<xs:documentation>转关单海关编号,由海关返回编号信息。</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NOTICE_DATE">
<xs:annotation>
<xs:documentation>回执通知日期</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CHANNEL">
<xs:annotation>
<xs:documentation>处理结果</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NOTE">
<xs:annotation>
<xs:documentation>审核备注</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="I_E_FLAG">
<xs:annotation>
<xs:documentation>进出口标志</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="TRN_DATA">
<xs:complexType>
<xs:sequence>
<xs:element name="INTERFACE_VERSION" fixed="V3.1" minOccurs="0">
<xs:annotation>
<xs:documentation>版本号</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element ref="TRN_RESULT"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>