simpleType Name
namespace http://www.ATIS-Draft-03-00-79
type restriction of xs:string
used by
elements DirectoryNameRequest/directoryEntry-Name TransitInformation/groupName DirectoryDetailReply/name DirectoryEntry/name BoardingInstructions/routeName AirlineTravelInformation/serviceName TransitInformation/schedules/schedule/serviceName
facets
minLength 1
maxLength 30
annotation
documentation
      
            Name of the Directory Entry
        
source <xs:simpleType name="Name">
 
<xs:annotation>
   
<xs:documentation>      
            Name of the Directory Entry
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="30"/>
 
</xs:restriction>
</xs:simpleType>


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