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 fields_xsd1 Drilldown into Title in schema fields_xsd1 Drilldown into Name in schema fields_xsd1XSD Diagram of PersonNameGroup in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:group name="PersonNameGroup">
    <xsd:choice>
        <xsd:element ref="Name" minOccurs="0" maxOccurs="unbounded" />
        <xsd:sequence>
            <xsd:element ref="Title" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="SalutationPreferredName" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="GivenName" minOccurs="0" />
            <xsd:element ref="NickName" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="MiddleName" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="FamilyName" minOccurs="0" />
            <xsd:element ref="MaidenName" minOccurs="0" />
            <xsd:element ref="SuffixName" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name oa:Name 0 unbounded
Title oa:Title 0 unbounded
SalutationPreferredName oa:SalutationPreferredName 0 unbounded
GivenName oa:GivenName 0 (1)
NickName oa:NickName 0 unbounded
MiddleName oa:MiddleName 0 unbounded
FamilyName oa:FamilyName 0 (1)
MaidenName oa:MaidenName 0 (1)
SuffixName oa:SuffixName 0 unbounded