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 PartyIDs in schema components_xsd1 Drilldown into category in schema components_xsd1XSD Diagram of PartyBaseType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType abstract="true" name="PartyBaseType">
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="PartyIDs" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Name" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Location" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Contact" />
    </xsd:sequence>
    <xsd:attribute name="category" type="PartyCategoryCodeContentType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartyIDs oagis:PartyIDs 0 (1)
Name oagis:Name 0 unbounded
Location oagis:Location 0 unbounded
Contact oagis:Contact 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
category oagis:category (Optional)
Collapse Derivation Tree:
Collapse References:
oagis:FinancialPartyType, oagis:OpenPartyType, oagis:PayerPartyBaseType, oagis:ReviewerPartyType, oagis:SemanticPartyType, oagis:SignatoryPartyType, oagis:SupplierPartyType