complexType "URNType"
Namespace:
Content:
simple, 1 attribute
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
"URN"
    >
   
Content: 
{ xs:anyURI }
</...>
Simple Content Restrictions:
Pattern:
[Uu][Rr][Nn]:[Dd][Dd][Ii]:[A-Za-z]+(\.[A-Za-z][A-Za-z0-9\-]*)*:[A-Z|a-z|0-9|_|\-|\*|@|$|\.|:]+

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
xs:anyURI (restriction)
  DDIURNType (extension)
      URNType
Derivation:
extension of DDIURNType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="URNType">
<xs:simpleContent>
<xs:extension base="DDIURNType">
<xs:attribute fixed="URN" name="type" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
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"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set