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.
30 lines
2.0 KiB
Plaintext
30 lines
2.0 KiB
Plaintext
<XmlTransformation Version="1.0"><Transform Direction="ToCds"><SelectEach dest="DATAPACKET\ROWDATA\ROW" from="\NewDataSet\Table"><Select dest="@提单号" from="\提单号"/><Select dest="@报关单号" from="\报关单号"/><Select dest="@放行时间" from="\放行时间"/></SelectEach></Transform><XmlSchema RootName="NewDataSet"><![CDATA[<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:element name="NewDataSet" type="NewDataSetType"/>
|
|
<xs:complexType name="NewDataSetType">
|
|
<xs:sequence>
|
|
<xs:element name="Table" type="TableType" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="Table" type="TableType"/>
|
|
<xs:complexType name="TableType">
|
|
<xs:sequence>
|
|
<xs:element name="提单号" type="提单号Type"/>
|
|
<xs:element name="报关单号" type="报关单号Type"/>
|
|
<xs:element name="放行时间" type="放行时间Type"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="提单号" type="提单号Type"/>
|
|
<xs:simpleType name="提单号Type">
|
|
<xs:restriction base="xs:string"/>
|
|
</xs:simpleType>
|
|
<xs:element name="报关单号" type="报关单号Type"/>
|
|
<xs:simpleType name="报关单号Type">
|
|
<xs:restriction base="xs:string"/>
|
|
</xs:simpleType>
|
|
<xs:element name="放行时间" type="放行时间Type"/>
|
|
<xs:simpleType name="放行时间Type">
|
|
<xs:restriction base="xs:string"/>
|
|
</xs:simpleType>
|
|
</xs:schema>]]></XmlSchema><CdsSkeleton/><XslTransform/><Skeleton><![CDATA[<?xml version="1.0"?><DATAPACKET Version="2.0"><METADATA><FIELDS><FIELD attrname="提单号" fieldtype="string" WIDTH="10"/><FIELD attrname="报关单号" fieldtype="string" WIDTH="18"/><FIELD attrname="放行时间" fieldtype="string" WIDTH="18"/></FIELDS><PARAMS/></METADATA><ROWDATA/><METADATA><FIELDS><FIELD attrname="提单号" fieldtype="string" WIDTH="10"/><FIELD attrname="报关单号" fieldtype="string" WIDTH="18"/><FIELD attrname="放行时间" fieldtype="string" WIDTH="18"/></FIELDS><PARAMS/></METADATA><ROWDATA/></DATAPACKET>
|
|
]]></Skeleton></XmlTransformation>
|