Definition Type: SimpleType
Name: AlphaLength1to2
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Documentation:
Used for an Alpha String, length 2 (for letter codes)
Collapse XSD Schema Diagram:
XSD Diagram of AlphaLength1to2 in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<simpleType name="AlphaLength1to2">
    <annotation>
        <documentation xml:lang="en">Used for an Alpha String, length 2 (for letter codes)</documentation>
    </annotation>
    <restriction base="string">
        <pattern value="[a-zA-Z]{1,2}" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Pattern [a-zA-Z]{1,2}
Collapse Derivation Tree:
Collapse References:
pidx:StreetDirection