diagram | ![]() |
|||||||||||||||||||||||||||
namespace | http://taf-jsg.info/schemes | |||||||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||
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> |