Definition Type: Element
Name: CountryCode
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PostalAddress.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of CountryCode in schema postaladdress_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="CountryCode">
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{2}" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Pattern [A-Z]{2}