Definition Type: Element
Name: DVD
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into CDPackaging in schema papinetcommondefsv2r40_xsd Drilldown into PressPrep in schema papinetcommondefsv2r40_xsd Drilldown into MediaLength in schema papinetcommondefsv2r40_xsd Drilldown into ColourSpecs in schema papinetcommondefsv2r40_xsd Drilldown into NumberOfColours in schema papinetcommondefsv2r40_xsd Drilldown into SequenceNumber in schema papinetcommondefsv2r40_xsd Drilldown into DiscPrinting in schema papinetcommondefsv2r40_xsd Drilldown into DVDFormatType in schema papinetcommondefsv2r40_xsdXSD Diagram of DVD in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="DVD">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="SequenceNumber" minOccurs="0" />
            <xs:element ref="NumberOfColours" minOccurs="0" />
            <xs:element ref="ColourSpecs" minOccurs="0" />
            <xs:element ref="MediaLength" minOccurs="0" />
            <xs:element ref="PressPrep" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="CDPackaging" maxOccurs="unbounded" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="DVDFormatType" type="dVDFormatType" />
        <xs:attribute name="DiscPrinting" type="discPrinting" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SequenceNumber pn:SequenceNumber 0 (1)
NumberOfColours pn:NumberOfColours 0 (1)
ColourSpecs pn:ColourSpecs 0 (1)
MediaLength pn:MediaLength 0 (1)
PressPrep pn:PressPrep 0 unbounded
CDPackaging pn:CDPackaging (1) unbounded
AdditionalText pn:AdditionalText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
DVDFormatType pn:DVDFormatType (Optional)
DiscPrinting pn:DiscPrinting (Optional)