Definition Type: Attribute
Name: Type
Namespace: http://www.api.org/pidXML
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
Use Required
Documentation:
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".
Collapse XSD Schema Diagram:
XSD Diagram of Type in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<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>