simpleType "DeprecatedURNType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
[Uu][Rr][Nn]:[Dd][Dd][Ii]:[a-zA-Z0-9\-]{1,63}(\.[a-zA-Z0-9\-]{1,63})*:[A-Za-z]+:[A-Za-z0-9\*@$\-_]+(:[A-Za-z]+:[A-Za-z0-9\*@$\-_]+)?:[0-9]+(\.[0-9]+)*

Known Direct Subtypes (1):
Known Indirect Subtypes (1):
All Direct / Indirect Based Elements (1):
All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
The deprecated URN is an alternative structure for the DDI URN which contains additional information regarding the object types. It is composed of the following portions separated by a colon: urn:ddi:AgencyID:MaintainableObjectType:MaintainableObjectID:ObjectType:ObjectID:Version. Note that the self identifying portion (urn:ddi) of the deprecated URN may be upper or lower case. The Version is always the version number of the object itself. The MaintainableObjectType and ObjectType should be taken from the TypeOfObject list which provides a consistent ObjectType name over time. If the deprecated URN structure is the same where the object is scoped to the Agency or to the Maintainable. If the object is a Maintainable Object, only the Maintainable Object information is included. [Example: urn:ddi:us.mpc:CodeList:IPUMS_CL_EDU:1] If it is either a Versionable or Identifiable Object, the ObjectType and ObjectID of the parent Maintainable is provided followed by the ObjectType and ObjectID of the object itself. [Example: urn:ddi:us.mpc:CodeList:IPUMS_CL_EDU:Code:C4:1]
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  DeprecatedURNType
Derivation:
restriction of xs:string
Facets:
pattern:
[Uu][Rr][Nn]:[Dd][Dd][Ii]:[a-zA-Z0-9\-]{1,63}(\.[a-zA-Z0-9\-]{1,63})*:[A-Za-z]+:[A-Za-z0-9\*@$\-_]+(:[A-Za-z]+:[A-Za-z0-9\*@$\-_]+)?:[0-9]+(\.[0-9]+)*
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="DeprecatedURNType">
<xs:restriction base="xs:string">
<xs:pattern value="[Uu][Rr][Nn]:[Dd][Dd][Ii]:[a-zA-Z0-9\-]{1,63}(\.[a-zA-Z0-9\-]{1,63})*:[A-Za-z]+:[A-Za-z0-9\*@$\-_]+(:[A-Za-z]+:[A-Za-z0-9\*@$\-_]+)?:[0-9]+(\.[0-9]+)*"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set