Definition Type: Element
Name: AvailabilityHeader
Namespace: http://www.papinet.org/v2r40
Containing Schema: AvailabilityV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into EndUserParty in schema papinetcommondefsv2r40_xsd Drilldown into OtherParty in schema papinetcommondefsv2r40_xsd Drilldown into ShipToParty in schema papinetcommondefsv2r40_xsd Drilldown into BuyerParty in schema papinetcommondefsv2r40_xsd Drilldown into RequestingParty in schema papinetcommondefsv2r40_xsd Drilldown into ReceiverParty in schema papinetcommondefsv2r40_xsd Drilldown into SenderParty in schema papinetcommondefsv2r40_xsd Drilldown into RequestNumber in schema papinetcommondefsv2r40_xsd Drilldown into AvailabilityIssueDate in schema papinetcommondefsv2r40_xsd Drilldown into AvailabilityNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of AvailabilityHeader in schema availabilityv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="AvailabilityHeader">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="AvailabilityNumber" />
            <xs:element ref="AvailabilityIssueDate" />
            <xs:element ref="RequestNumber" minOccurs="0" />
            <xs:element ref="SenderParty" minOccurs="0" />
            <xs:element ref="ReceiverParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="RequestingParty" minOccurs="0" />
            <xs:element ref="BuyerParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ShipToParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="OtherParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="EndUserParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AvailabilityNumber pn:AvailabilityNumber (1) (1)
AvailabilityIssueDate pn:AvailabilityIssueDate (1) (1)
RequestNumber pn:RequestNumber 0 (1)
SenderParty pn:SenderParty 0 (1)
ReceiverParty pn:ReceiverParty 0 unbounded
RequestingParty pn:RequestingParty 0 (1)
BuyerParty pn:BuyerParty 0 unbounded
ShipToParty pn:ShipToParty 0 unbounded
OtherParty pn:OtherParty 0 unbounded
EndUserParty pn:EndUserParty 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded