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.

51 lines
1.8 KiB
XML

3 years ago
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by YYC (EMBRACE) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:decxs="http://www.chinaport.gov.cn/dec" targetNamespace="http://www.chinaport.gov.cn/dec" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="complexType.xsd"/>
<xs:element name="DecImportResponse">
<xs:annotation>
<xs:documentation>报关单导入服务响应数据</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ResponseCode" type="xs:int">
<xs:annotation>
<xs:documentation>响应代码</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ErrorMessage" type="xs:string">
<xs:annotation>
<xs:documentation>响应或错误信息</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ClientSeqNo" type="xs:string">
<xs:annotation>
<xs:documentation>客户端报关单编号</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SeqNo">
<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="TrnPreId">
<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="SupResult" type="decxs:DecSDResponseType" minOccurs="0" maxOccurs="60"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>