element ObjectType
diagram taf_cat_complete_sector_p333.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
content simple
used by
complexTypes CompositIdentifierOperationalType CompositIdentifierPlannedType
facets
Kind Value Annotation
minLength 2
maxLength 2
pattern [0-9A-Z]{2}
enumeration TR
enumeration PA
enumeration CR
enumeration PR
enumeration RS
annotation
documentation
Provides a possibility for differentiantion between the objects: Train, Path, Case Reference and Path Request
source <xs:element name="ObjectType">
 
<xs:annotation>
   
<xs:documentation>Provides a possibility for differentiantion between the objects: Train, Path, Case Reference and Path Request</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="2"/>
     
<xs:maxLength value="2"/>
     
<xs:pattern value="[0-9A-Z]{2}"/>
     
<xs:enumeration value="TR"/>
     
<xs:enumeration value="PA"/>
     
<xs:enumeration value="CR"/>
     
<xs:enumeration value="PR"/>
     
<xs:enumeration value="RS"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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