cbrn:Angle180Type
complexType Angle180Type in namespace http://release.niem.gov/niem/domains/cbrn/4.2/
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:complexType name="Angle180Type">
<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:simpleContent>
<xs:extension base="cbrn:Angle180SimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
<xs:attribute ref="cbrn:unitsText" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>