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.
djyweb_ams/ams/doc/交接资料/进出口货物报关单报文格式V4.8/单一窗口导入客户端转关单回执TRN_RESULT.xsd

76 lines
2.3 KiB
XML

<?xml version="1.0" encoding="GB2312"?>
<!-- edited with XMLSpy v2013 (http://www.altova.com) by () -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="TRN_RESULT">
<xs:complexType>
<xs:all>
<xs:element name="CUS_CIQ_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="SP_TRN_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_DCL_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="BILL_NO">
<xs:annotation>
<xs:documentation>提运单号</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="200"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RESULT_NTC_DATE" type="xs:date">
<xs:annotation>
<xs:documentation>回执通知日期</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PROC_RESULT">
<xs:annotation>
<xs:documentation>处理结果</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2"/>
</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="800"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
</xs:schema>