Definition Type: Element
Name: PersonName
Namespace: http://www.openapplications.org/oagis
Type: nsC:PersonName
Containing Schema: Invoice.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Person Name.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into FormattedName in schema invoice_xsd Drilldown into Suffix in schema invoice_xsd Drilldown into FamilyName in schema invoice_xsd Drilldown into MiddleName in schema invoice_xsd Drilldown into PreferredGivenName in schema invoice_xsd Drilldown into GivenName in schema invoice_xsd Drilldown into Salutation in schema invoice_xsd Drilldown into PersonName in schema invoice_xsdXSD Diagram of PersonName in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:element name="PersonName" type="PersonName" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Person Name.</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Salutation nsC:Salutation 0 unbounded
GivenName nsC:GivenName 0 unbounded
PreferredGivenName nsC:PreferredGivenName 0 unbounded
MiddleName nsC:MiddleName 0 unbounded
FamilyName nsC:FamilyName 0 unbounded
Suffix nsC:Suffix 0 unbounded
FormattedName nsC:FormattedName 0 unbounded
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree: