simpleType "DDIIDType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"Canonical"
 - 
The element uses the canonical format of the URN which includes urn:ddi:agency:id:version. The id may be scoped as unique to the agency or to the maintainable object. If the object is identifiable or versionable, and scoped to the maintainable object, the id is a combination of the maintainable id and the object id joined by a "." (period).
"Deprecated"
 - 
The element used the deprecated format of the URN which includes urn:ddi:agency:TypeOfMaintainableObject:MaintainableId:TypeOfObject:ObjectId:ObjectVersion. Basically this is the same information as in the 3.0 and 3.1 DDI URN structures minus the Maintainable Version Number and using the ":" (colon) as a separator between each content part of the URN.

All Direct / Indirect Based Attributes (1):
URNType/@typeOfIdentifier
Known Usage Locations
Annotation
Specification of the format of the DDI URN as well as the information required by the maintaining agency system to identify a specific DDI object. The two values are Canonical and Deprecated.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  DDIIDType
Derivation:
restriction of xs:string
Facets:
enumeration:
"Canonical"
 - 
The element uses the canonical format of the URN which includes urn:ddi:agency:id:version. The id may be scoped as unique to the agency or to the maintainable object. If the object is identifiable or versionable, and scoped to the maintainable object, the id is a combination of the maintainable id and the object id joined by a "." (period).
"Deprecated"
 - 
The element used the deprecated format of the URN which includes urn:ddi:agency:TypeOfMaintainableObject:MaintainableId:TypeOfObject:ObjectId:ObjectVersion. Basically this is the same information as in the 3.0 and 3.1 DDI URN structures minus the Maintainable Version Number and using the ":" (colon) as a separator between each content part of the URN.
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="DDIIDType">
<xs:restriction base="xs:string">
<xs:enumeration value="Canonical"/>
<xs:enumeration value="Deprecated"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set