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/单一窗口导入客户端报关单回执DEC_RESULT.xsd

76 lines
2.3 KiB
XML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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="DEC_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="ENTRY_ID">
<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="NOTICE_DATE" type="xs:date">
<xs:annotation>
<xs:documentation>通知时间 yyyy-MM-ddTHH:mm:ss</xs:documentation>
</xs:annotation>
</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>回执说明 Channel为7时取NOTE前18位为数据中心统一编号</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CUSTOM_MASTER">
<xs:annotation>
<xs:documentation>申报地海关</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="I_E_DATE" type="xs:date">
<xs:annotation>
<xs:documentation>进出口日期 yyyy-MM-dd</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="D_DATE" type="xs:date">
<xs:annotation>
<xs:documentation>申报日期 yyyy-MM-ddTHH:mm:ss</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
</xs:schema>