rail:tAdditionalName

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
description rail:tElementDescription optional
should be interpreted in its elements' context, substantiates the name
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="tAdditionalName">
  <xs:attribute name="name" type="rail:tGenericName">
    <xs:annotation>
      <xs:documentation>should be interpreted in its elements' context (e.g. track/name, vehicle/name)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="description" type="rail:tElementDescription">
    <xs:annotation>
      <xs:documentation>should be interpreted in its elements' context, substantiates the name</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute ref="xml:lang">
    <xs:annotation>
      <xs:documentation>natural language identification according to http://www.w3.org/TR/xml/#sec-lang-tag; should always be given</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="rail:anyAttribute"/>
</xs:complexType>