Definition Type: Element
Name: ProductInformation
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure which contains the information for a given product.
Collapse XSD Schema Diagram:
Drilldown into ProductGradeDescription in schema pidxlib_xsd Drilldown into ProductDescription in schema pidxlib_xsd Drilldown into ProductIdentifier in schema pidxlib_xsdXSD Diagram of ProductInformation in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="ProductInformation">
    <annotation>
        <documentation>Structure which contains the information for a given product.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:ProductIdentifier" maxOccurs="unbounded" />
            <element ref="pidx:ProductDescription" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:ProductGradeDescription" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProductIdentifier pidx:ProductIdentifier (1) unbounded
ProductDescription pidx:ProductDescription 0 unbounded
ProductGradeDescription pidx:ProductGradeDescription 0 unbounded