Definition Type: ComplexType
Name: OrganizationContactPersonNameType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DeprecatedComponents.xsd
Abstract
Documentation:
Deprecated: Use PartyABIEType
Collapse XSD Schema Diagram:
Drilldown into FormattedName in schema deprecatedcomponents_xsd Drilldown into FamilyName in schema deprecatedcomponents_xsd Drilldown into GivenName in schema deprecatedcomponents_xsdXSD Diagram of OrganizationContactPersonNameType in schema deprecatedcomponents_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OrganizationContactPersonNameType">
    <xsd:annotation>
        <xsd:documentation>Deprecated: Use PartyABIEType</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <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 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="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
GivenName star:GivenName (1) (1)
FamilyName star:FamilyName (1) (1)
FormattedName star:FormattedName 0 (1)
Collapse Derivation Tree:
Collapse References:
star:OrganizationContactPersonNamestar:OrganizationContactPersonNameExtendedType,