← Prev in month ← Prev in thread

UBL-QualifiedDatatypes-2.0.xsd

From
Grimley Michael J NPRI <>
Date
2006-09-05T17:44:48+00:00
ID
Thread
UBL-QualifiedDatatypes-2.0.xsd
[CTD20]	A ccts:QualifiedDataType MUST be based on an unqualified data type and add some semantic and/or technical restriction to the unqualified data type.

[CTD23]	Every qualified datatype based on an unqualified datatype xsd:complexType whose supplementary components do not map directly to the properties of an XSD built-in data type
		    MUST be defined as an xsd:complexType
		    MUST contain one xsd:simpleContent element
		    MUST contain one xsd:restriction element
		    MUST include the unqualified datatype as its xsd:base attribute
=====================================================================

NOTE:  MUST contain one xsd:restriction element
            MUST include the unqualified datatype as its xsd:base attribute

As currently implemented, the type definitions have

    <xsd:extension base="xsd:normalizedString">

rather than

    <xsd:restriction base="udt:CodeType">


Thanks,
Mike
← Prev in month ← Prev in thread