Definition Type: ComplexType
Name: PartyBase
Namespace: http://www.openapplications.org/oagis
Type: oa:Noun
Containing Schema: Components.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 components_xsd Drilldown into PartyId in schema components_xsd Drilldown into Noun in schema meta_xsd Drilldown into oneTime in schema components_xsd Drilldown into active in schema components_xsdXSD Diagram of PartyBase in schema components_xsd (Open Applications Group (OAGIS))
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 oa:PartyId 0 (1)
AlternatePartyIds oa:AlternatePartyIds 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
active oa:active false Optional
oneTime oa:oneTime false Optional
Collapse Derivation Tree:
Collapse References:
oa:PartyInstitutional, oa:PartyType