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_xsd Drilldown into Location in schema components_xsd Drilldown into Name in schema fields_xsd Drilldown into PartyIDs in schema components_xsd Drilldown into category in schema components_xsdXSD Diagram of PartyBaseType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="PartyBaseType" abstract="true">
    <xsd:sequence>
        <xsd:element ref="PartyIDs" 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 nsA:PartyIDs 0 (1)
Name nsA:Name 0 unbounded
Location nsA:Location 0 unbounded
Contact nsA:Contact 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
category nsA:category (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:FinancialPartyType, nsA:OpenPartyType, nsA:PayerPartyBaseType, nsA:ReviewerPartyType, nsA:SemanticPartyType, nsA:SignatoryPartyType, nsA:SupplierPartyType