XML Schema Documentation

Complex Type: AccountReference

[Table of contents]

Super-types: Reference < AccountReference (by extension)
Sub-types: None
Name AccountReference
Abstract no
Documentation Reference to an account.
XML Instance Representation
<...
href=" xsd:IDREF [1]"/>
Diagram
Schema Component Representation
<xsd:complexType name="AccountReference">
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="href" type=" xsd:IDREF " use="required" reference="Account"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>