Documentation for ATIS-Draft-03-00-79

Complex Type: CargoDocs

[Table of contents]

Super-types: None
Sub-types: None
Name CargoDocs
Abstract no
XML Instance Representation
<...>
<yourName> xs:string (length = 10) </yourName> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="CargoDocs">
<xs:sequence>
<xs:element name="yourName" minOccurs="0">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:length value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<-- Insert instance name and Type of each elements here, and any restrictions that are needed. -->
</xs:sequence>
</xs:complexType>