complexType CoordinateStructure

complexType {http://www.govtalk.gov.uk/people/bs7666}CoordinateStructure

Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.govtalk.gov.uk/people/bs7666
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://www.govtalk.gov.uk/people/bs7666


Source

<xsd:complexType name="CoordinateStructure">
    <
xsd:annotation>
        <
xsd:documentation>Coordinate Point based on UK National Grid</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="X">
            <
xsd:annotation>
                <
xsd:documentation>Easting Field</xsd:documentation>
            </
xsd:annotation>
            <
xsd:simpleType>
                <
xsd:restriction base="xsd:unsignedLong">
                    <
xsd:minInclusive value="0"/>
                    <
xsd:maxInclusive value="999999"/>
                </
xsd:restriction>
            </
xsd:simpleType>
        </
xsd:element>
        <
xsd:element name="Y">
            <
xsd:annotation>
                <
xsd:documentation>Northing Field</xsd:documentation>
            </
xsd:annotation>
            <
xsd:simpleType>
                <
xsd:restriction base="xsd:unsignedLong">
                    <
xsd:minInclusive value="0"/>
                    <
xsd:maxInclusive value="9999999"/>
                </
xsd:restriction>
            </
xsd:simpleType>
        </
xsd:element>
    </
xsd:sequence>
</
xsd:complexType>


Documentation

Coordinate Point based on UK National Grid


complexType CoordinateStructure


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.