simpleType atis:Name
namespace http://www.ATIS-Draft-03-00-79
type restriction of xs:string
used by
elements atis:DirectoryNameRequest/directoryEntry-Name atis:TransitInformation/groupName atis:DirectoryDetailReply/name atis:DirectoryEntry/name atis:BoardingInstructions/routeName atis:AirlineTravelInformation/serviceName atis: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