Definition Type: Element
Name: JointPersonName
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Containing Schema: xNL.xsd
Abstract
Documentation:
A container to define more than one person name. Example: Mrs Mary Johnson and Mr.Patrick Johnson
Collapse XSD Schema Diagram:
Drilldown into PersonName in schema xnl_xsd Drilldown into NameLine in schema xnl_xsd Drilldown into Code in schema xnl_xsd Drilldown into JointNameConnector in schema xnl_xsdXSD Diagram of JointPersonName in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="JointPersonName">
    <xs:annotation>
        <xs:documentation>A container to define more than one person name. Example: Mrs Mary Johnson and Mr.Patrick Johnson</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice maxOccurs="unbounded">
                <xs:element name="NameLine" type="NameLineType" maxOccurs="unbounded">
                    <xs:annotation>
                        <xs:documentation>Name or part of the name as a free format text. If the name structure has to be broken down into individual elements, use PersonName Container.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element ref="PersonName" maxOccurs="unbounded">
                    <xs:annotation>
                        <xs:documentation>Use this element to specify every member separately.</xs:documentation>
                    </xs:annotation>
                </xs:element>
            </xs:choice>
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>Use this to import/use/reference name elements from other namespaces </xs:documentation>
                </xs:annotation>
            </xs:any>
        </xs:sequence>
        <xs:attribute name="JointNameConnector">
            <xs:annotation>
                <xs:documentation>The connector used to join more than one person name. Example: Mr Hunt AND Mrs Clark, where AND is the JointNameConnector</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Code">
            <xs:annotation>
                <xs:documentation>Indicates the name element code defined by postal standard groups like ECCMA, ADIS, UN/PROLIST for postal services.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NameLine xnl:NameLine (1) unbounded
PersonName xnl:PersonName (1) unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
JointNameConnector xnl:JointNameConnector (Optional)
Code xnl:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus