Commit 2b9554db authored by IS Coordination's avatar IS Coordination
Browse files

adding further enumeration values for OCP relation type as requested in the forum post, see #413

git-svn-id: https://svn.railml.org/railML2/branches/railML2.5-beta2@1235 997d4637-a740-4bf4-9a76-81fddc049f28
Showing with 6 additions and 4 deletions
+6 -4
......@@ -245,9 +245,9 @@
<xs:documentation source="https://wiki2.railml.org/wiki/IS:propEquipment" />
</xs:annotation>
</xs:element>
<xs:element name="propPassengerInfo" type="rail:eOcpPropPassengerInfo" minOccurs="0">
<xs:element name="propPassengerInfo" type="rail:ePropPassengerInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>OCP properties for passenger information systems</xs:documentation>
<xs:documentation>properties for passenger information systems</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="propOther" type="rail:eOcpPropOther" minOccurs="0">
......@@ -334,7 +334,7 @@
</xs:choice>
</xs:complexType>
<xs:complexType name="eOcpPropPassengerInfo">
<xs:complexType name="ePropPassengerInfo">
<xs:sequence>
<xs:element name="informationArea" type="rail:tInformationArea" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
......@@ -344,7 +344,7 @@
</xs:element>
<xs:element name="mediaResources" type="rail:tMediaResources" minOccurs="0">
<xs:annotation>
<xs:documentation>container for media resources of the ocp such as announcement or special text fragments. Theses fragments are usually used to replace placeholders in announcements or special texts.</xs:documentation>
<xs:documentation>container for media resources connected with the infrastructure element such as announcement or special text fragments. Theses fragments are usually used to replace placeholders in announcements or special texts.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
......
......@@ -408,6 +408,8 @@
<xs:restriction base="xs:string">
<xs:enumeration value="direct" />
<xs:enumeration value="changeDrivingDirection" />
<xs:enumeration value="crossesContraflowTraffic" />
<xs:enumeration value="requiresShunting" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment