Definition Type: Element
Name: SpecialInstructions
Namespace: http://www.api.org/pidXML
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
A free-form textual description of requirements.
Collapse XSD Schema Diagram:
Drilldown into definitionOfOther in schema pidxlib_xsd Drilldown into instructionIndicator in schema pidxlib_xsdXSD Diagram of SpecialInstructions in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="SpecialInstructions">
    <annotation>
        <documentation>A free-form textual description of requirements.</documentation>
    </annotation>
    <complexType>
        <simpleContent>
            <extension base="string">
                <attribute name="instructionIndicator" type="pidx:InstructionIndicatorType" use="optional">
                    <annotation>
                        <documentation>Identifies what kind of special instruction is being given.</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
instructionIndicator pidx:instructionIndicator Optional
definitionOfOther pidx:definitionOfOther Optional