cbrn:Angle180SimpleType
simpleType Angle180SimpleType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for an angle measure where the units are decimal degrees and the values range from +180.0 to -180.0.
Diagram
XML Schema
<xs:simpleType name="Angle180SimpleType">
<xs:annotation>
<xs:documentation>
A data type for an angle measure where the units are decimal degrees and the values range from +180.0 to -180.0.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal"/>
</xs:simpleType>