rail:tAnnotationText

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
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="tAnnotationText">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="xml:lang">
        <xs:annotation>
          <xs:documentation>natural language identification according to http://www.w3.org/TR/xml/#sec-lang-tag</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attributeGroup ref="rail:anyAttribute"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>