Documentation for ATIS-Draft-03-00-79

Simple Type: SCH-PatternName

[Table of contents]

Super-types: xs:string < SCH-PatternName (by restriction)
Sub-types: None
Name SCH-PatternName
Used by (from the same schema document) Complex Type SCHPatternIden , Complex Type SCHPatternSegmentIden
Content
  • Base XSD Type: string
  • length >= 1
Diagram
Schema Component Representation
<xs:simpleType name="SCH-PatternName">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>