Definition Type: Element
Name: PointG
Namespace: http://www.iredes.org/xml
Type: IR:IRangle
Containing Schema: IRcoordNav.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
The inclination angle. See definition of inclination angle in "IREDES coordinate system description" document. UNIT: degree
Collapse XSD Schema Diagram:
XSD Diagram of PointG
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="PointG">
    <xsd:annotation>
        <xsd:documentation>The inclination angle. See definition of inclination angle in "IREDES coordinate system description" document. UNIT: degree</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="IRangle">
            <xsd:minInclusive value="-90.000" />
            <xsd:maxExclusive value="90.000" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Derivation Tree: