<xsd:simpleType name="AddressSchemeDescription_type">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A description of an Address Scheme that includes
business rules about parity, naming conventions, and
other matters concerning the assignment and maintenance
of an addressing scheme.
This element may refer to an address ordinance, Standard
Operating Procedures manual or other external document
wherein the rules for addresses in a given scheme are
written.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value=".*" />
</xsd:restriction>
</xsd:simpleType>
|