XML Schema Documentation

Complex Type: ReferenceAmount

[Table of contents]

Super-types: xsd:normalizedString < ReferenceAmount (by extension)
Sub-types: None
Name ReferenceAmount
Abstract no
Documentation Specifies the reference amount using a scheme.
XML Instance Representation
<...
referenceAmountScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ReferenceAmount">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="referenceAmountScheme" type=" xsd:anyURI "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>