
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| code | rail:tGenericName | optional |
|
||||
| description | rail:tElementDescription | optional |
|
||||
| id | rail:tGenericID | required |
|
||||
| name | rail:tGenericName | optional |
|
||||
| xml:lang | xs:language | optional |
|
||||
| Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' | |||||||
<xs:complexType name="eAnnotation"> <xs:complexContent> <xs:extension base="rail:tAnnotation"> <xs:sequence> <xs:element name="text" type="rail:tAnnotationText" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>could be the instructions to drivers, used by an AVL (de:RBL) system, or the message on printouts</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:text_annotation"/> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |