Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element xenc:ReferenceList
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram PES_Aller153.tmp#id988 PES_Aller153.tmp#id991
Properties
content: complex
Used by
Complex Type xenc:EncryptedKeyType
Model xenc:DataReference | xenc:KeyReference
Children xenc:DataReference, xenc:KeyReference
Instance
<xenc:ReferenceList>
  <xenc:DataReference URI="">{1,1}</xenc:DataReference>
  <xenc:KeyReference URI="">{1,1}</xenc:KeyReference>
</xenc:ReferenceList>
Source
<element name="ReferenceList">
  <complexType>
    <choice maxOccurs="unbounded">
      <element name="DataReference" type="xenc:ReferenceType"/>
      <element name="KeyReference" type="xenc:ReferenceType"/>
    </choice>
  </complexType>
</element>
Element xenc:ReferenceList / xenc:DataReference
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram PES_Aller20.tmp#id990 PES_Aller20.tmp#id989
Type xenc:ReferenceType
Properties
content: complex
Model ANY element from ANY namespace OTHER than 'http://www.w3.org/2001/04/xmlenc#'
Attributes
QName Type Fixed Default Use Annotation
URI anyURI required
Source
<element name="DataReference" type="xenc:ReferenceType"/>
Element xenc:ReferenceList / xenc:KeyReference
Namespace http://www.w3.org/2001/04/xmlenc#
Diagram
Diagram PES_Aller20.tmp#id990 PES_Aller20.tmp#id989
Type xenc:ReferenceType
Properties
content: complex
Model ANY element from ANY namespace OTHER than 'http://www.w3.org/2001/04/xmlenc#'
Attributes
QName Type Fixed Default Use Annotation
URI anyURI required
Source
<element name="KeyReference" type="xenc:ReferenceType"/>