Definition Type: ComplexType
Name: PersonType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The Person component is based off the UNCEFACT Person Core Component
Collapse XSD Schema Diagram:
Drilldown into PostalAddress in schema components_xsd Drilldown into LanguageCode in schema components_xsd Drilldown into ContactMethodTypeCode in schema components_xsd Drilldown into NationalityCountryID in schema components_xsd Drilldown into URICommunication in schema components_xsd Drilldown into FaxCommunication in schema components_xsd Drilldown into TelephoneCommunication in schema components_xsd Drilldown into ResidenceAddress in schema components_xsd Drilldown into PreferredName in schema components_xsd Drilldown into MaidenName in schema components_xsd Drilldown into AgeMeasure in schema components_xsd Drilldown into BirthDate in schema components_xsd Drilldown into GenderCode in schema components_xsd Drilldown into MaritalStatusCode in schema components_xsd Drilldown into NameSuffix in schema components_xsd Drilldown into Salutation in schema components_xsd Drilldown into Title in schema components_xsd Drilldown into FamilyName in schema components_xsd Drilldown into MiddleName in schema components_xsd Drilldown into Alias in schema components_xsd Drilldown into GivenName in schema components_xsd Drilldown into ID in schema components_xsdXSD Diagram of PersonType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PersonType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">The Person component is
                based off the UNCEFACT Person Core Component</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="ID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5" />
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="GivenName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5" />
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Alias" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Another name that a
                person is also known.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="MiddleName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Middle Initial of
                business party</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="FamilyName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5" />
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Title" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A general or descriptive
                heading given to a person, or item.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Salutation" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A word or phrase of
                greeting used to begin a letter or message.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="NameSuffix" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A word or phrase added to
                the end of a name</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="MaritalStatusCode" type="scl:MaritalStatusEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Identifies marital status
                of business party - M = Married, U = Unmarried, S = Separated, O =
            Other</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="GenderCode" type="scl:GenderEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Gender of party - M =
                Male, F= Female</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="BirthDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Birth date of
            party</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="AgeMeasure" type="sqdt:TimeMeasureType">
            <xsd:annotation>
                <xsd:documentation>The numeric value of a person or parties age.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="MaidenName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>The family name for a woman before she was
            married.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PreferredName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>A name that a person preferrs to be known.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ResidenceAddress" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="TelephoneCommunication" />
        <xsd:element minOccurs="0" ref="FaxCommunication" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="URICommunication" />
        <xsd:element minOccurs="0" name="NationalityCountryID" type="sqdt:CountryCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The ISO Country Codelist
                used to indicate a person's nationality.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ContactMethodTypeCode" type="sqdt:ContactMethodTypeCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the preferred
                method of contact.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="LanguageCode" type="sqdt:LanguageCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org">
                       The spoken language for a person.  This may occur multiple times if they
                       speak more than one language.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="PostalAddress" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID star:ID 0 (1)
GivenName star:GivenName 0 unbounded
Alias star:Alias 0 (1)
MiddleName star:MiddleName 0 (1)
FamilyName star:FamilyName 0 unbounded
Title star:Title 0 (1)
Salutation star:Salutation 0 (1)
NameSuffix star:NameSuffix 0 (1)
MaritalStatusCode star:MaritalStatusCode 0 (1)
GenderCode star:GenderCode 0 (1)
BirthDate star:BirthDate 0 1
AgeMeasure star:AgeMeasure 0 (1)
MaidenName star:MaidenName 0 (1)
PreferredName star:PreferredName 0 (1)
ResidenceAddress star:ResidenceAddress 0 (1)
TelephoneCommunication star:TelephoneCommunication 0 unbounded
FaxCommunication star:FaxCommunication 0 (1)
URICommunication star:URICommunication 0 unbounded
NationalityCountryID star:NationalityCountryID 0 (1)
ContactMethodTypeCode star:ContactMethodTypeCode 0 1
LanguageCode star:LanguageCode 0 unbounded
PostalAddress star:PostalAddress 0 1
Collapse Derivation Tree:
Collapse References:
star:NearestRelativePerson, star:ReferencePerson, star:SpecifiedPerson