Definition Type: Element
Name: CsysType
Namespace: http://www.iredes.org/xml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: IRcoordNav.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
Type of the Coordinate System: L= Left handed R= Right handed. To be used for explanatory reasons.
Collapse XSD Schema Diagram:
XSD Diagram of CsysType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="CsysType">
    <xsd:annotation>
        <xsd:documentation>Type of the Coordinate System: L= Left handed R= Right handed. To be used for explanatory reasons.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:length value="1" />
            <xsd:enumeration value="L" />
            <xsd:enumeration value="R" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>