Definition Type: Element
Name: BatchNumber
Namespace: http://www.api.org/pidXML
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Identification by a manufacturer or seller for a homogeneous quantity/quality of product sharing the same factors of production.
Collapse XSD Schema Diagram:
Drilldown into definitionOfOther in schema pidxlib_xsd Drilldown into batchNumberCreator in schema pidxlib_xsdXSD Diagram of BatchNumber in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="BatchNumber">
    <annotation>
        <documentation>Identification by a manufacturer or seller for a homogeneous quantity/quality of product 
				sharing the same factors of production.
			</documentation>
    </annotation>
    <complexType>
        <simpleContent>
            <extension base="string">
                <attribute name="batchNumberCreator" type="pidx:BatchNumberCreatorType" use="required">
                    <annotation>
                        <documentation>Identifies the creator of the batch number.</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
batchNumberCreator pidx:batchNumberCreator Required
definitionOfOther pidx:definitionOfOther Optional