extensible generic type for flow statements |
Attribute | rail:tMacroscopicNode/@flowDirection |
<xs:simpleType name="tFlowDirection"> <xs:annotation> <xs:documentation>extensible generic type for flow statements</xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="in"/> <xs:enumeration value="out"/> <xs:enumeration value="both"/> <xs:enumeration value="unknown"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="rail:tOtherEnumerationValue"/> </xs:simpleType> </xs:union> </xs:simpleType> |