Definition Type: Attribute
Name: Status
Namespace: http://www.api.org/pidXML
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
ContentType Restriction
Use Optional
Documentation:
If present, recommended values are: NotProcessed, Incomplete, Complete, Unknown. However, the data type is designated as string data, recognizing that trading partners may identify additional status conditions not included in the enumeration.
Collapse XSD Schema Diagram:
XSD Diagram of Status in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<attribute name="Status" use="optional">
    <annotation>
        <documentation xml:lang="en">If present, recommended values are: NotProcessed, Incomplete, Complete, Unknown. However, the data type is designated as string data, recognizing that trading partners may identify additional status conditions not included in the enumeration.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="InventoryKickouts">
                <annotation>
                    <documentation>Outstanding or open issues that could affect the beginning or ending  inventory balance(s).</documentation>
                </annotation>
            </enumeration>
            <enumeration value="TransactionKickouts">
                <annotation>
                    <documentation>Outstanding or open issues that could affect the beginning or ending transaction balance(s).</documentation>
                </annotation>
            </enumeration>
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration InventoryKickouts
Enumeration TransactionKickouts