Definition Type: Element
Name: Media
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Slide in schema papinetcommondefsv2r40_xsd Drilldown into DVD in schema papinetcommondefsv2r40_xsd Drilldown into CD in schema papinetcommondefsv2r40_xsd Drilldown into VideoCassette in schema papinetcommondefsv2r40_xsd Drilldown into AudioCassette in schema papinetcommondefsv2r40_xsd Drilldown into MasterStorageOption in schema papinetcommondefsv2r40_xsd Drilldown into TotalNumberOfUnits in schema papinetcommondefsv2r40_xsd Drilldown into TotalRunningLength in schema papinetcommondefsv2r40_xsd Drilldown into MasterSource in schema papinetcommondefsv2r40_xsdXSD Diagram of Media in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="Media">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="TotalRunningLength" minOccurs="0" />
            <xs:element ref="TotalNumberOfUnits" minOccurs="0" />
            <xs:element ref="MasterStorageOption" minOccurs="0" />
            <xs:choice>
                <xs:element ref="AudioCassette" maxOccurs="unbounded" />
                <xs:element ref="VideoCassette" maxOccurs="unbounded" />
                <xs:element ref="CD" maxOccurs="unbounded" />
                <xs:element ref="DVD" maxOccurs="unbounded" />
                <xs:element ref="Slide" maxOccurs="unbounded" />
            </xs:choice>
        </xs:sequence>
        <xs:attribute name="MasterSource" type="masterSource" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TotalRunningLength pn:TotalRunningLength 0 (1)
TotalNumberOfUnits pn:TotalNumberOfUnits 0 (1)
MasterStorageOption pn:MasterStorageOption 0 (1)
AudioCassette pn:AudioCassette (1) unbounded
VideoCassette pn:VideoCassette (1) unbounded
CD pn:CD (1) unbounded
DVD pn:DVD (1) unbounded
Slide pn:Slide (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
MasterSource pn:MasterSource (Optional)