source |
<xs:complexType name="UniversallyUniqueIdentifierType">
<xs:annotation>
<xs:documentation>A 128-bit number used, with a high probability, to uniquely identify information in computer systems. [FIXM]</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="fb:RestrictedUniversallyUniqueIdentifierType">
<xs:attribute name="codeSpace" type="xs:string" use="required" fixed="urn:uuid">
<xs:annotation>
<xs:documentation>Code Space of the UUID</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType> |