Definition Type: SimpleType
Name: AddressAuthorityIdentifiertype
Namespace: http://niem.gov/niem/external/urisa-street-address/draft-0.2.0/dhs-gmo/1.0.0
Containing Schema: StreetAddressDataStandard.xsd
Documentation:
A Concatenation of codes found in FIPS 5-2, 6-4, and 55-3 data guides, with a locally defined code that MUST be defined in the metadata. The general format is (expressed as regular expressions) [0-9]{2}[0-9]{3}[0-9]{5}[0-9]{4}.
Collapse XSD Schema Diagram:
XSD Diagram of AddressAuthorityIdentifiertype in schema streetaddressdatastandard_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="AddressAuthorityIdentifiertype">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
A Concatenation of codes found in FIPS 5-2, 6-4, and
55-3 data guides, with a locally defined code that MUST
be defined in the metadata. The general format is
(expressed as regular expressions)
[0-9]{2}[0-9]{3}[0-9]{5}[0-9]{4}.
</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value=".*" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern .*