XML Schema Documentation

Complex Type: ResourceId

[Table of contents]

Super-types: xsd:normalizedString < ResourceId (by extension)
Sub-types: None
Name ResourceId
Used by (from the same schema document) Complex Type Resource
Abstract no
Documentation The data type used for resource identifiers.
XML Instance Representation
<...
resourceIdScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ResourceId">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="resourceIdScheme" type=" xsd:anyURI "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>