Documentation for ATIS-Draft-03-00-79

Complex Type: ITIScodesAndText

[Table of contents]

Super-types: None
Sub-types: None
Name ITIScodesAndText
Abstract no
XML Instance Representation
<...>
Start Sequence [1..100]
Start Choice [1]
<itis> ITIScodes </itis> [1]
<text> ITIStext </text> [1]
End Choice
End Sequence
</...>
Diagram
h-570959124 h-1126299225
Schema Component Representation
<xs:complexType name="ITIScodesAndText">
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:choice>
<xs:element name="itis" type=" ITIScodes "/>
<xs:element name="text" type=" ITIStext "/>
</xs:choice>
</xs:sequence>
</xs:complexType>