Definition Type: ComplexType
Name: PartyBaseType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into Contact in schema components_xsd1 Drilldown into Location in schema components_xsd1 Drilldown into Name in schema fields_xsd1 Drilldown into AccountID in schema fields_xsd1 Drilldown into PartyIDs in schema components_xsd1 Drilldown into category in schema components_xsd1XSD Diagram of PartyBaseType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PartyBaseType" abstract="true">
    <xsd:sequence>
        <xsd:element ref="PartyIDs" minOccurs="0" />
        <xsd:element ref="AccountID" minOccurs="0" />
        <xsd:element ref="Name" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Location" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Contact" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="category" type="PartyCategoryCodeContentType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartyIDs oa:PartyIDs 0 (1)
AccountID oa:AccountID 0 (1)
Name oa:Name 0 unbounded
Location oa:Location 0 unbounded
Contact oa:Contact 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
category oa:category (Optional)
Collapse Derivation Tree:
Collapse References:
oa:FinancialPartyType, oa:OpenPartyType, oa:PayerPartyBaseType, oa:RemitToPartyType, oa:ReviewerPartyType, oa:SemanticPartyType, oa:SignatoryPartyType, oa:SupplierPartyType