| namespace | http://www.ite.org/tmdd | ||||||
| type | restriction of binary | ||||||
| used by | |||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="Detector-lane-number"> <xs:annotation> <xs:documentation> <objectClass>Detector</objectClass> <definition>The number which indicates the lane a particular detector is monitoring Select one bit per lane. Lanes are numbered from the median out beginning with 1.</definition> </xs:documentation> </xs:annotation> <xs:restriction base="binary"> <xs:minLength value="1"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> |