complexType atis:DatabaseNumber
diagram
namespace http://www.ATIS-Draft-03-00-79
type extension of atis:DatabaseNumber-string
properties
base DatabaseNumber-string
used by
elements atis:Database/dbNumber atis:DatabaseIdentity/number
facets
minLength 2
maxLength 16
attributes
Name  Type  Use  Default  Fixed  annotation
EncodingTypederived by: xs:NMTOKENrequired      
source <xs:complexType name="DatabaseNumber">
 
<xs:simpleContent>
   
<xs:annotation>
     
<xs:documentation>      
            any encoding the data source owner wishes to use
        
</xs:documentation>
   
</xs:annotation>
   
<xs:extension base="DatabaseNumber-string">
     
<xs:attribute name="EncodingType" use="required">
       
<xs:simpleType>
         
<xs:restriction base="xs:NMTOKEN">
           
<xs:enumeration value="base64Binary"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>


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