Definition Type: SimpleType
Name: PostalCodeType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Documentation:
The AbstractPostalCodeType is an abstract type for postal code within an AddressType. We do this because the components of a postal code vary greatly throughout the world. So that the schema can accommodate this variation we create derived types such as the USZipCodeType which has the components for a US zipcode
Collapse XSD Schema Diagram:
XSD Diagram of PostalCodeType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<simpleType name="PostalCodeType">
    <annotation>
        <appinfo source="ADT.xsd" />
        <documentation>
	The AbstractPostalCodeType is an abstract type  for postal code within an AddressType.
	We do this because the components of a postal code vary greatly throughout the world.
	So that the schema can accommodate this variation we create derived types such as the
	USZipCodeType which has the components for a US zipcode
		</documentation>
    </annotation>
    <restriction base="string" />
</simpleType>
Collapse Derivation Tree:
Collapse References:
xls:PostalCode