rail:eInfraAttr

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
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)
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="eInfraAttr">
  <xs:complexContent>
    <xs:extension base="rail:tElementWithIDAndNameWithoutAny">
      <xs:all>
        <xs:element name="owner" type="rail:tOwner" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:owner"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="operationMode" type="rail:tOperationMode" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:operationMode"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="trainProtection" type="rail:tTrainProtection" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:trainProtection"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="electrification" type="rail:tElectrification" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:electrification"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="powerTransmission" type="rail:tPowerTransmission" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:powerTransmission"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="axleWeight" type="rail:tAxleWeight" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:axleWeight"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="gauge" type="rail:tGauge" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:gauge"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="clearanceGauge" type="rail:tClearanceGaugeType" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:clearanceGauge"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="speeds" type="rail:eSpeeds" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:speeds"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="epsgCode" type="rail:tEpsgCode" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:epsgCode"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="trainRadio" type="rail:tTrainRadioAttributes" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:trainRadio"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="generalInfraAttributes" type="rail:eGeneralInfraAttributes" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=IS:generalInfraAttributes"/>
          </xs:annotation>
        </xs:element>
      </xs:all>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>