Definition Type: Attribute
Name: DyesFlag
Namespace: http://www.api.org/pidXML
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: PIDXLib.xsd
ContentType Restriction
Use (Optional)
Documentation:
A single alpha-numeric character indicating if the product contains a dye. Acceptable values are: Y=Yes, N=No.
Collapse XSD Schema Diagram:
XSD Diagram of DyesFlag in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<attribute name="DyesFlag">
    <annotation>
        <documentation>A single alpha-numeric character indicating if the product contains a dye.  Acceptable values are:  Y=Yes, N=No.</documentation>
    </annotation>
    <simpleType>
        <restriction base="NMTOKEN">
            <pattern value="[a-zA-Z]{1}" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Pattern [a-zA-Z]{1}