complexType DMSAngleType

complexType {http://www.opengis.net/gml}DMSAngleType

Derived Types
{http://www.opengis.net/gml}DMSAngleType
 {http://www.opengis.net/gml}dmsAngle (by type)
 {http://www.opengis.net/gml}dmsAngleValue (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.opengis.net/gml
Declared Namespacesxmlns:gml=http://www.opengis.net/gml
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="DMSAngleType">
    <
annotation>
        <
documentation>Angle value provided in degree-minute-second or degree-minute format.</documentation>
    </
annotation>
    <
sequence>
        <
element ref="gml:degrees"/>
        <
choice minOccurs="0">
            <
element ref="gml:decimalMinutes"/>
            <
sequence>
                <
element ref="gml:minutes"/>
                <
element ref="gml:seconds" minOccurs="0"/>
            </
sequence>
        </
choice>
    </
sequence>
</
complexType>


Documentation

Angle value provided in degree-minute-second or degree-minute format.


complexType DMSAngleType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.