Definition Type: Element
Name: ProductIdentifier
Namespace: http://www.api.org/pidXML
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
The unique code or number for a specific product.
Collapse XSD Schema Diagram:
Drilldown into definitionOfOther in schema pidxlib_xsd Drilldown into assigningOrganization in schema pidxlib_xsdXSD Diagram of ProductIdentifier in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="ProductIdentifier">
    <annotation>
        <documentation>The unique code or number for a specific product.</documentation>
    </annotation>
    <complexType>
        <simpleContent>
            <extension base="string">
                <attribute name="assigningOrganization" type="pidx:AssigningOrganizationType" use="required">
                    <annotation>
                        <documentation>The organization who assigns a particular identifier for a product or partner.</documentation>
                    </annotation>
                </attribute>
                <attribute name="definitionOfOther" type="string" use="optional">
                    <annotation>
                        <documentation>Identifies what "Other" is if chosen from an attribute enumeration list</documentation>
                    </annotation>
                </attribute>
            </extension>
        </simpleContent>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
assigningOrganization pidx:assigningOrganization Required
definitionOfOther pidx:definitionOfOther Optional