simpleType RestrictedUniversallyUniqueIdentifierType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
complexType UniversallyUniqueIdentifierType
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}
annotation
documentation
Helper type for restrictions on UniversallyUniqueIdentifier
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>


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