complexType atis:Tail
diagram
namespace http://www.ATIS-Draft-03-00-79
children entry
used by
elements TrackInvolvedPerson/otherData TrackInvolvedVehicle/otherData WatchForObject/otherData WatchForPerson/otherData WatchForVehicle/otherData atis:WeatherInformation/tail atis:TransitInformation/tail atis:ResponseGroup/tail atis:ParkingLotInformation/tail atis:ParkingInstructions/tail atis:LinkTrafficInformation/tail atis:IncidentInformation/tail atis:EventInformation/tail atis:ContactSetting/tail atis:BoardingInstructions/tail atis:AirlineTravelInformation/tail atis:RouteRequest/tail atis:InformationRequest/tail atis:DirectoryDetailReply/tail atis:DirectoryAdvancedRequest/tail
source <xs:complexType name="Tail">
 
<xs:sequence maxOccurs="32">
   
<xs:element name="entry">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="tag">
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:minLength value="1"/>
               
<xs:maxLength value="20"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="value">
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:minLength value="1"/>
               
<xs:maxLength value="200"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<!-- sets of addtional named data values -->
 
</xs:sequence>
</xs:complexType>

element atis:Tail/entry
diagram
properties
isRef 0
content complex
children tag value
source <xs:element name="entry">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="tag">
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="20"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="value">
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="200"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element atis:Tail/entry/tag
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
minLength 1
maxLength 20
source <xs:element name="tag">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="20"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element atis:Tail/entry/value
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
minLength 1
maxLength 200
source <xs:element name="value">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="200"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy