Definition Type: Element
Name: PersonName
Namespace: urn:oasis:names:tc:ciq:xsdschema:xNL:2.0
Type: xnl:PersonName
Containing Schema: xNL.xsd
Abstract
Documentation:
Container for person name details.
Collapse XSD Schema Diagram:
Drilldown into KnownAs in schema xnl_xsd Drilldown into FormerName in schema xnl_xsd Drilldown into GeneralSuffix in schema xnl_xsd Drilldown into Suffix in schema xnl_xsd Drilldown into GenerationIdentifier in schema xnl_xsd Drilldown into Alias in schema xnl_xsd Drilldown into OtherName in schema xnl_xsd Drilldown into LastName in schema xnl_xsd Drilldown into NamePrefix in schema xnl_xsd Drilldown into MiddleName in schema xnl_xsd Drilldown into FirstName in schema xnl_xsd Drilldown into Title in schema xnl_xsd Drilldown into PrecedingTitle in schema xnl_xsd Drilldown into NameLine in schema xnl_xsd Drilldown into NameDetailsKeyRef in schema xnl_xsd Drilldown into grKeyRefs in schema xnl_xsd Drilldown into Code in schema xnl_xsd Drilldown into Type in schema xnl_xsd Drilldown into PersonName in schema xnl_xsdXSD Diagram of PersonName in schema xnl_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="PersonName">
    <xs:annotation>
        <xs:documentation>Container for person name details.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="PersonName">
                <xs:sequence>
                    <xs:element name="FormerName" minOccurs="0" maxOccurs="unbounded">
                        <xs:annotation>
                            <xs:documentation>Example: maiden name</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:complexContent>
                                <xs:extension base="PersonName">
                                    <xs:sequence>
                                        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
                                    </xs:sequence>
                                    <xs:attribute name="ValidFrom">
                                        <xs:annotation>
                                            <xs:documentation>The first date when the name is valid. Inclusive.</xs:documentation>
                                        </xs:annotation>
                                    </xs:attribute>
                                    <xs:attribute name="ValidTo">
                                        <xs:annotation>
                                            <xs:documentation>The last date when the name is valid. Inclusive.</xs:documentation>
                                        </xs:annotation>
                                    </xs:attribute>
                                </xs:extension>
                            </xs:complexContent>
                        </xs:complexType>
                    </xs:element>
                    <xs:element name="KnownAs" minOccurs="0" maxOccurs="unbounded">
                        <xs:annotation>
                            <xs:documentation>Sometimes the same person is known under different unofficial or official names</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:complexContent>
                                <xs:extension base="PersonName">
                                    <xs:sequence>
                                        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
                                    </xs:sequence>
                                    <xs:attribute name="ValidFrom">
                                        <xs:annotation>
                                            <xs:documentation>The first date when the name is valid. Inclusive.</xs:documentation>
                                        </xs:annotation>
                                    </xs:attribute>
                                    <xs:attribute name="ValidTo">
                                        <xs:annotation>
                                            <xs:documentation>The last date when the name is valid. Inclusive.</xs:documentation>
                                        </xs:annotation>
                                    </xs:attribute>
                                </xs:extension>
                            </xs:complexContent>
                        </xs:complexType>
                    </xs:element>
                    <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:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NameLine xnl:NameLine 0 unbounded
PrecedingTitle xnl:PrecedingTitle 0 unbounded
Title xnl:Title 0 unbounded
FirstName xnl:FirstName 0 unbounded
MiddleName xnl:MiddleName 0 unbounded
NamePrefix xnl:NamePrefix 0 (1)
LastName xnl:LastName 0 unbounded
OtherName xnl:OtherName 0 unbounded
Alias xnl:Alias 0 unbounded
GenerationIdentifier xnl:GenerationIdentifier 0 unbounded
Suffix xnl:Suffix 0 unbounded
GeneralSuffix xnl:GeneralSuffix 0 (1)
FormerName xnl:FormerName 0 unbounded
KnownAs xnl:KnownAs 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Type xnl:Type (Optional)
Code xnl:Code (Optional)
NameDetailsKeyRef xnl:NameDetailsKeyRef (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse Comments:
blog comments powered by Disqus