Definition Type: ComplexType
Name: PartyReference
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Name in schema components_xsd Drilldown into PartyId in schema components_xsdXSD Diagram of PartyReference in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="PartyReference">
    <xs:sequence>
        <xs:element name="PartyId" type="PartyAssignedPartyId" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies the Party being referenced.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Name" type="Name" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartyId oa:PartyId 0 (1)
Name oa:Name 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:BrokerReference, oa:CarrierReference, oa:CustomerReference, oa:EmployeeReference, oa:FreightBillToReference, oa:JointVentureReference, oa:ManufacturerReference, oa:PartyReference, oa:PayFromReference, oa:PublisherReference, oa:RemitToReference, oa:ShipFromReference, oa:ShipperReference, oa:ShipToReference, oa:SupplierReference