| namespace | http://www.fixm.aero/base/4.3 | ||||||||||||
| type | restriction of fb:CharacterStringType | ||||||||||||
| properties | 
  | 
				||||||||||||
| used by | 
  | 
				||||||||||||
| facets | 
  | 
				||||||||||||
| annotation | 
  | 
				||||||||||||
| source | <xs:simpleType name="RestrictedUniversallyUniqueIdentifierType"> <xs:annotation> <xs:documentation>Helper type for restrictions on UniversallyUniqueIdentifier</xs:documentation> </xs:annotation> <xs:restriction base="fb:CharacterStringType"> <xs:pattern value="[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}"/> </xs:restriction> </xs:simpleType>  |