XML Schema Documentation

Complex Type: Unit

[Table of contents]

Super-types: Scheme < Unit (by extension)
Sub-types: None
Name Unit
Used by (from the same schema document) Complex Type PartyTradeInformation
Abstract no
Documentation A type used to record information about a unit, subdivision, desk, or other similar business entity.
XML Instance Representation
<...
unitScheme=" xsd:anyURI [0..1]">
Scheme
</...>
Diagram
Schema Component Representation
<xsd:complexType name="Unit">
<xsd:simpleContent>
<xsd:extension base=" Scheme ">
<xsd:attribute name="unitScheme" type=" xsd:anyURI " use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>