Definition Type: ComplexType
Name: businessParty
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CommonContact in schema papinetcommondefsv2r40_xsd Drilldown into URL in schema papinetcommondefsv2r40_xsd Drilldown into NameAddress in schema papinetcommondefsv2r40_xsd Drilldown into PartyIdentifier in schema papinetcommondefsv2r40_xsd Drilldown into PartyType in schema papinetcommondefsv2r40_xsdXSD Diagram of businessParty in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:complexType name="businessParty">
    <xs:sequence>
        <xs:element ref="PartyIdentifier" maxOccurs="unbounded" />
        <xs:element ref="NameAddress" />
        <xs:element ref="URL" minOccurs="0" />
        <xs:element ref="CommonContact" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="PartyType" type="partyType" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartyIdentifier pn:PartyIdentifier (1) unbounded
NameAddress pn:NameAddress (1) (1)
URL pn:URL 0 (1)
CommonContact pn:CommonContact (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
PartyType pn:PartyType Required
Collapse Derivation Tree:
Collapse References:
pn:BusinessAcceptanceParty