QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
switchable | xs:boolean | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
<xs:complexType name="tSignalBase"> <xs:attribute name="switchable" type="xs:boolean"> <xs:annotation> <xs:documentation>defining the signal to be switchable or fixed (panel)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="rail:anyAttribute"> <xs:annotation> <xs:documentation>provide an extension point for non-railML attributes in foreign namespace</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> |