Documentation for ATIS-Draft-03-00-79

Simple Type: DatabaseVersion

[Table of contents]

Super-types: xs:string < DatabaseVersion (by restriction)
Sub-types: None
Name DatabaseVersion
Used by (from the same schema document) Complex Type Database , Complex Type DatabaseIdentity
Content
  • Base XSD Type: string
  • length >= 1
Documentation set to all a single value of zero if not known
Diagram
Schema Component Representation
<xs:simpleType name="DatabaseVersion">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="7"/>
</xs:restriction>
</xs:simpleType>