Definition Type: Element
Name: eAttachment
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into URL in schema papinetcommondefsv2r40_xsd Drilldown into NumberOfAttachments in schema papinetcommondefsv2r40_xsd Drilldown into AttachmentFileName in schema papinetcommondefsv2r40_xsdXSD Diagram of eAttachment in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="eAttachment">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="AttachmentFileName" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="NumberOfAttachments" minOccurs="0" />
            <xs:element ref="URL" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AttachmentFileName pn:AttachmentFileName 0 unbounded
NumberOfAttachments pn:NumberOfAttachments 0 (1)
URL pn:URL 0 unbounded