XML Schema Documentation

Complex Type: AmountReference

[Table of contents]

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