QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
abbrevation | xs:string | optional |
|
||||
code | rail:tGenericName | optional |
|
||||
description | rail:tElementDescription | optional |
|
||||
id | rail:tGenericID | required |
|
||||
name | rail:tGenericName | optional |
|
||||
number | xs:string | optional |
|
||||
parentOcpRef | rail:tGenericRef | optional |
|
||||
timezone | rail:tTimeZone | optional | |||||
type | rail:tOcpNameType | optional |
|
||||
xml:lang | xs:language | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
<xs:complexType name="eOcp"> <xs:complexContent> <xs:extension base="rail:tOperationControlPoint"> <xs:sequence> <xs:element name="propOperational" type="rail:eOcpPropOperational" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:propOperational"/> </xs:annotation> </xs:element> <xs:element name="propService" type="rail:tOcpPropService" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:propService"/> </xs:annotation> </xs:element> <xs:element name="propEquipment" type="rail:eOcpPropEquipment" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:propEquipment"/> </xs:annotation> </xs:element> <xs:element name="propOther" type="rail:eOcpPropOther" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:propOther"/> </xs:annotation> </xs:element> <xs:element name="tsi" type="rail:tOcpTsi" minOccurs="0"> <xs:annotation> <xs:documentation>DEPRECATED. Use register entry "PrimaryLocationCode" instead.</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:tsi"/> </xs:annotation> </xs:element> <xs:element name="area" type="rail:tOcpArea" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:area"/> </xs:annotation> </xs:element> <xs:element name="geoCoord" type="rail:tGeoCoord" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:geoCoord_ocp"/> </xs:annotation> </xs:element> <xs:element name="designator" type="rail:tDesignator" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:designator"/> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |