Definition Type: Element
Name: Attachment
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AttachmentLocation in schema pidxlib_xsd Drilldown into FileType in schema pidxlib_xsd Drilldown into AttachmentDescription in schema pidxlib_xsd Drilldown into AttachmentTitle in schema pidxlib_xsd Drilldown into FileName in schema pidxlib_xsd Drilldown into AttachmentPurposeCode in schema pidxlib_xsdXSD Diagram of Attachment in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="Attachment">
    <complexType>
        <sequence>
            <element ref="pidx:AttachmentPurposeCode" />
            <element ref="pidx:FileName" minOccurs="0" />
            <element ref="pidx:AttachmentTitle" minOccurs="0" />
            <element ref="pidx:AttachmentDescription" minOccurs="0" />
            <element ref="pidx:FileType" minOccurs="0" />
            <element ref="pidx:AttachmentLocation" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AttachmentPurposeCode pidx:AttachmentPurposeCode (1) (1)
FileName pidx:FileName 0 (1)
AttachmentTitle pidx:AttachmentTitle 0 (1)
AttachmentDescription pidx:AttachmentDescription 0 (1)
FileType pidx:FileType 0 (1)
AttachmentLocation pidx:AttachmentLocation 0 (1)