mo:UUIDSimpleType

simpleType UUIDSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/

Definition

A data type for a 128 bit Universally Unique ID (UUID)

Diagram

XML Schema

<xs:simpleType name="UUIDSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a 128 bit Universally Unique ID (UUID)
</xs:documentation>
</xs:annotation>
<xs:pattern value="[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}">
<xs:annotation>
<xs:documentation>
A pattern for UUID.
</xs:documentation>
</xs:annotation>
</xs:pattern>
</xs:restriction>
</xs:simpleType>