Definition Type: ComplexType
Name: IndividualPartyPersonName2Type
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DeprecatedComponents.xsd
Abstract
Documentation:
Deprecated: Use PersonABIEType
Collapse XSD Schema Diagram:
Drilldown into FormattedName in schema deprecatedcomponents_xsd Drilldown into SuffixName in schema deprecatedcomponents_xsd Drilldown into FamilyName in schema deprecatedcomponents_xsd Drilldown into MiddleName in schema deprecatedcomponents_xsd Drilldown into GivenName in schema deprecatedcomponents_xsd Drilldown into SalutationName in schema deprecatedcomponents_xsdXSD Diagram of IndividualPartyPersonName2Type in schema deprecatedcomponents_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="IndividualPartyPersonName2Type">
    <xsd:annotation>
        <xsd:documentation>Deprecated: Use PersonABIEType</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="SalutationName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Title or greeting of business party</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="GivenName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">First Name of business party</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="MiddleName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Middle Initial of business party</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="FamilyName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Last Name of business party</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="SuffixName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Business Party name suffix designation if individual Ex: Sr, Jr, III, etc.</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="FormattedName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Full Name of business party. Format for name should be "First Last" with no commas
                     between first and last name</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SalutationName star:SalutationName 0 (1)
GivenName star:GivenName (1) (1)
MiddleName star:MiddleName 0 (1)
FamilyName star:FamilyName (1) (1)
SuffixName star:SuffixName 0 (1)
FormattedName star:FormattedName 0 (1)
Collapse Derivation Tree:
Collapse References:
star:IndividualPartyPersonName2