complexType "URNType"
Namespace:
Content:
simple, 2 attributes
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
"URN"
 = 
("Canonical" | "Deprecated") : "Canonical"
   
>
   
Content: 
{ xs:string | xs:string }
</...>
All Direct / Indirect Based Elements (1):
URN
Known Usage Locations
Annotation
Container for a URN following the pattern designed by DDIURNType. Provides a fixed type attribute signifying that it is a URN.
Type Definition Detail
Type Derivation Tree
union of (CanonicalURNType | DeprecatedURNType)
  DDIURNType (extension)
      URNType
Derivation:
extension of DDIURNType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="URNType">
<xs:simpleContent>
<xs:extension base="DDIURNType">
<xs:attribute fixed="URN" name="type" type="xs:string"/>
<xs:attribute default="Canonical" name="typeOfIdentifier" type="DDIIDType"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
type
Type:
xs:string, predefined
Use:
optional
Specifies that this URI is a URN. In future, other types of URI may be allowed here.
Attribute Value
Fixed:
"URN"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute fixed="URN" name="type" type="xs:string"/>

typeOfIdentifier
Type:
Use:
optional
Identifies the format of the DDI URN as being canonical or deprecated.
Attribute Value
enumeration of xs:string
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.
Default:
"Canonical"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="Canonical" name="typeOfIdentifier" type="DDIIDType"/>

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