Definition Type: ComplexType
Name: PartyBase
Namespace: http://www.openapplications.org/oagis
Type: nsC:Noun
Containing Schema: Invoice.xsd
Abstract True
Documentation:
A mininmal Party type, as root to Party subst group type hierarchy
Collapse XSD Schema Diagram:
Drilldown into AlternatePartyIds in schema invoice_xsd Drilldown into PartyId in schema invoice_xsd Drilldown into Noun in schema invoice_xsd Drilldown into oneTime in schema invoice_xsd Drilldown into active in schema invoice_xsdXSD Diagram of PartyBase in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="PartyBase" abstract="true">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">A mininmal Party type, as root to Party subst group type hierarchy </xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="Noun">
            <xs:sequence>
                <xs:element name="PartyId" type="PartyIdType" minOccurs="0" />
                <xs:element name="AlternatePartyIds" type="AlternatePartyIds" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Equivalent to OAGIS 7.x PartyIdX. This group allows for multiple, party-identified "X"s. </xs:documentation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Equivalent to OAGIS 7.x PartyIdX. This group allows for multiple, party-identified "X"s. </xs:documentation>
                    </xs:annotation>
                </xs:element>
            </xs:sequence>
            <xs:attribute name="active" type="xs:boolean" use="optional" default="false" />
            <xs:attribute name="oneTime" type="xs:boolean" use="optional" default="false" />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartyId nsC:PartyId 0 (1)
AlternatePartyIds nsC:AlternatePartyIds 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
active nsC:active false Optional
oneTime nsC:oneTime false Optional
Collapse Derivation Tree:
Collapse References:
nsC:PartyInstitutional, nsC:PartyType