Definition Type: SimpleType
Name: UUID
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CoreLib.xsd
Documentation:
UUID elements are Narrow Character with a maximum length of 36.
Collapse XSD Schema Diagram:
XSD Diagram of UUID in schema ifx170_corelib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:simpleType name="UUID">
    <xsd:annotation>
        <xsd:documentation>UUID elements are Narrow Character with a maximum length of 36.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="NC">
        <xsd:maxLength value="36" />
        <xsd:pattern value="([0-9]|[a-f]|[A-F]){8}(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){12})" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxLength 36
Pattern ([0-9]|[a-f]|[A-F]){8}(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){12})
Collapse Derivation Tree:
Collapse References:
ifx:AsyncRqUID_Type, ifx:BillId_Type, ifx:DiscId_Type, ifx:ReconRqUID_Type, ifx:RelatedItemInqRqUID, ifx:RqUID_Type, ifx:SvcRqUID_Type