diagram | |||||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||||
type | extension of fb:RestrictedUniversallyUniqueIdentifierType | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <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> |