| diagram | |||||||||||||
| namespace | http://www.ATIS-Draft-03-00-79 | ||||||||||||
| type | extension of atis:DatabaseNumber-string | ||||||||||||
| properties | 
  | 
			||||||||||||
| used by | 
  | 
			||||||||||||
| facets | 
  | 
			||||||||||||
| attributes | 
  | 
			||||||||||||
| 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>  |