rail:eOcp

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
abbrevation xs:string optional
DEPRECATED: use the 'designator' with its parameters 'register' and 'entry' instead
code rail:tGenericName optional
for typical, specific abbreviations, used in different systems with the same understanding
description rail:tElementDescription optional
should be interpreted in its elements' context, substantiates the name
id rail:tGenericID required
XML-file-wide unique identity is required for later referencing that element
name rail:tGenericName optional
should be interpreted in its elements' context (e.g. track/name, vehicle/name)
number xs:string optional
DEPRECATED: use the 'designator' with its parameters 'register' and 'entry' instead
parentOcpRef rail:tGenericRef optional
references the one and only parent ocp of this ocp
timezone rail:tTimeZone optional
type rail:tOcpNameType optional
type of the ocp name
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<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>