XML Schema Documentation

Complex Type: TradeStatusValue

[Table of contents]

Super-types: xsd:normalizedString < TradeStatusValue (by extension)
Sub-types: None
Name TradeStatusValue
Used by (from the same schema document) Complex Type TradeStatusItem
Abstract no
Documentation The type used to hold TradeStatusScheme values.
XML Instance Representation
<...
tradeStatusScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="TradeStatusValue">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="tradeStatusScheme" type=" xsd:anyURI "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>