Definition Type: Element
Name: AvailabilityDetail
Namespace: http://www.papinet.org/v2r40
Containing Schema: AvailabilityV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SafetyAndEnvironmentalInformation in schema papinetcommondefsv2r40_xsd Drilldown into OtherDate in schema papinetcommondefsv2r40_xsd Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into LengthSpecification in schema papinetcommondefsv2r40_xsd Drilldown into PackageInformation in schema papinetcommondefsv2r40_xsd Drilldown into MachineID in schema papinetcommondefsv2r40_xsd Drilldown into LocationParty in schema papinetcommondefsv2r40_xsd Drilldown into InformationalQuantity in schema papinetcommondefsv2r40_xsd Drilldown into Quantity in schema papinetcommondefsv2r40_xsd Drilldown into TimePeriod in schema papinetcommondefsv2r40_xsd Drilldown into Product in schema papinetcommondefsv2r40_xsdXSD Diagram of AvailabilityDetail in schema availabilityv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="AvailabilityDetail">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Product" />
            <xs:element ref="TimePeriod" />
            <xs:element ref="Quantity" minOccurs="0" />
            <xs:element ref="InformationalQuantity" minOccurs="0" maxOccurs="unbounded" />
            <xs:sequence minOccurs="0">
                <xs:element ref="LocationParty" />
                <xs:element ref="MachineID" minOccurs="0" />
            </xs:sequence>
            <xs:element ref="PackageInformation" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="LengthSpecification" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="OtherDate" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="SafetyAndEnvironmentalInformation" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Product pn:Product (1) (1)
TimePeriod pn:TimePeriod (1) (1)
Quantity pn:Quantity 0 (1)
InformationalQuantity pn:InformationalQuantity 0 unbounded
LocationParty pn:LocationParty (1) (1)
MachineID pn:MachineID 0 (1)
PackageInformation pn:PackageInformation 0 unbounded
LengthSpecification pn:LengthSpecification 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded
OtherDate pn:OtherDate 0 unbounded
SafetyAndEnvironmentalInformation pn:SafetyAndEnvironmentalInformation 0 unbounded