<xsd:simpleType name="AddressZValue_type">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Ordinal or ratio ("true") measurement of the height of
each level of a building. Ordinal measurements give
relative vertical positions: the lowest level of a
building is 1, the one above that 2, etc. Ratio
measurements are elevations given in terms of a a
spatial referencing system. Either method should be
described in file-level metadata per FGDC's Content
Standard for Geospatial Metadata.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value=".*" />
</xsd:restriction>
</xsd:simpleType>
|