| namespace | https://mmixm.aero/base/4 | ||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="RmlsHexId"> <xs:annotation> <xs:documentation>A Hex Identifier used by the RMLS system to identify Logical Units and Data Points.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[0-9A-F]{0,2}x?[0-9A-F]{1,2}"/> </xs:restriction> </xs:simpleType> |