Definition Type: ComplexType
Name: ErrorWarningType
Namespace: http://www.api.org/pidXML
Type: pidx:FreeTextType
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Standard way to indicate that either: a) successful processing of an message, but one in which warnings are generated b) an error occurred during the processing of an OTA message
Collapse XSD Schema Diagram:
Drilldown into Language in schema pidxlib_xsd Drilldown into LanguageGroup in schema pidxlib_xsd Drilldown into FreeTextType in schema pidxlib_xsd Drilldown into RecordID in schema pidxlib_xsd Drilldown into Tag in schema pidxlib_xsd Drilldown into Status in schema pidxlib_xsd Drilldown into DocURL in schema pidxlib_xsd Drilldown into Code in schema pidxlib_xsd Drilldown into ShortText in schema pidxlib_xsd Drilldown into ErrorWarningAttributeGroup in schema pidxlib_xsd Drilldown into Type in schema pidxlib_xsdXSD Diagram of ErrorWarningType in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<complexType name="ErrorWarningType">
    <annotation>
        <documentation xml:lang="en">Standard way to indicate that either: a) successful processing of an message, but one in which warnings are generated b) an error occurred during the processing of an OTA message</documentation>
    </annotation>
    <simpleContent>
        <extension base="pidx:FreeTextType">
            <attribute name="Type" type="string" use="required">
                <annotation>
                    <documentation xml:lang="en">The Warning element MUST contain the Type attribute that uses a recommended set of values to indicate the warning type. The validating XSD can expect to accept values that it has NOT been explicitly coded for and process them by using Type ="Unknown".</documentation>
                </annotation>
            </attribute>
            <attributeGroup ref="pidx:ErrorWarningAttributeGroup" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
Language pidx:Language Optional
Type pidx:Type Required
ShortText pidx:ShortText Optional
Code pidx:Code Optional
DocURL pidx:DocURL Optional
Status pidx:Status Optional
Tag pidx:Tag Optional
RecordID pidx:RecordID Optional
Collapse Derivation Tree:
Collapse References:
pidx:Error, pidx:Warning