XML Schema Documentation

Complex Type: PartyName

[Table of contents]

Super-types: xsd:normalizedString < Scheme (by restriction) < PartyName (by extension)
Sub-types: None
Name PartyName
Used by (from the same schema document) Complex Type Party
Abstract no
Documentation The data type used for the legal name of an organization.
XML Instance Representation
<...
partyNameScheme=" xsd:anyURI [0..1]">
Scheme
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PartyName">
<xsd:simpleContent>
<xsd:extension base=" Scheme ">
<xsd:attribute name="partyNameScheme" type=" xsd:anyURI " use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>