complexType UniversallyUniqueIdentifierType
diagram Fixm_diagrams/Fixm_p191.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:RestrictedUniversallyUniqueIdentifierType
properties
base fb:RestrictedUniversallyUniqueIdentifierType
used by
element FlightType/gufi
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}
attributes
Name  Type  Use  Default  Fixed  Annotation
codeSpace  xs:string  required    urn:uuid  
documentation
Code Space of the UUID
annotation
documentation
A 128-bit number used, with a high probability, to uniquely identify information in computer systems. [FIXM]
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>

attribute UniversallyUniqueIdentifierType/@codeSpace
type xs:string
properties
use required
fixed urn:uuid
annotation
documentation
Code Space of the UUID
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>


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