namespace | https://mmixm.aero/base/2.1.0 | ||||||
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-Z]{1,2}x[0-9A-Z]{1,2}"/> </xs:restriction> </xs:simpleType> |