diagram | ![]() |
||||||||||||||||||
namespace | http://taf-jsg.info/schemes | ||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="CouplingType"> <xs:annotation> <xs:documentation>Classification of coupling: 0 = without coupler 1 = non-reinforced coupler less than 85t 2 = reinforced coupler equals to 85t 3 = ultra-reinforced coupler greater than 85t 4 = automatic coupling </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> <xs:enumeration value="4"/> </xs:restriction> </xs:simpleType> </xs:element> |