Documentation for ATIS-Draft-03-00-79

Simple Type: SomeOtherList

[Table of contents]

Super-types: xs:string < SomeOtherList (by restriction)
Sub-types: None
Name SomeOtherList
Content
  • Base XSD Type: string
  • value comes from list: {'insert-local-values-here'}
Diagram
Schema Component Representation
<xs:simpleType name="SomeOtherList">
<xs:restriction base=" xs:string ">
<xs:enumeration value="insert-local-values-here"/>
</xs:restriction>
</xs:simpleType>