Definition Type: Group
Name: PersonNameGroup
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Collapse XSD Schema Diagram:
Drilldown into SuffixName in schema fields_xsd1 Drilldown into MaidenName in schema fields_xsd1 Drilldown into FamilyName in schema fields_xsd1 Drilldown into MiddleName in schema fields_xsd1 Drilldown into NickName in schema fields_xsd1 Drilldown into GivenName in schema fields_xsd1 Drilldown into SalutationPreferredName in schema components_xsd1 Drilldown into Title in schema fields_xsd1 Drilldown into Name in schema fields_xsd1XSD Diagram of PersonNameGroup in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:group name="PersonNameGroup">
    <xsd:choice>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Name" />
        <xsd:sequence>
            <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Title" />
            <xsd:element maxOccurs="unbounded" minOccurs="0" ref="SalutationPreferredName" />
            <xsd:element minOccurs="0" ref="GivenName" />
            <xsd:element maxOccurs="unbounded" minOccurs="0" ref="NickName" />
            <xsd:element maxOccurs="unbounded" minOccurs="0" ref="MiddleName" />
            <xsd:element minOccurs="0" ref="FamilyName" />
            <xsd:element minOccurs="0" ref="MaidenName" />
            <xsd:element maxOccurs="unbounded" minOccurs="0" ref="SuffixName" />
        </xsd:sequence>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name oagis:Name 0 unbounded
Title oagis:Title 0 unbounded
SalutationPreferredName oagis:SalutationPreferredName 0 unbounded
GivenName oagis:GivenName 0 (1)
NickName oagis:NickName 0 unbounded
MiddleName oagis:MiddleName 0 unbounded
FamilyName oagis:FamilyName 0 (1)
MaidenName oagis:MaidenName 0 (1)
SuffixName oagis:SuffixName 0 unbounded