simpleType RmlsHexId
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
element AssetIdentifier/rmlsLuId
attribute RmlsDpInformation/@dpId
facets
Kind Value Annotation
pattern [0-9A-Z]{1,2}x[0-9A-Z]{1,2}
annotation
documentation
A Hex Identifier used by the RMLS system to identify Logical Units and Data Points.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy