QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
xml:lang | xs:language | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
Element | rail:eAnnotation/rail:text |
<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> |