Definition Type: ComplexType
Name: ReferenceType
Namespace: http://www.w3.org/2001/04/xmlenc#
Containing Schema: xenc-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into URIXSD Diagram of ReferenceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="ReferenceType">
    <sequence>
        <any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
    <attribute name="URI" type="anyURI" use="required" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
URI xenc:URI Required
Collapse Derivation Tree:
Collapse References:
xenc:DataReference, xenc:KeyReference