Definition Type: ComplexType
Name: GeometryAssociationType
Namespace: http://www.opengis.net/gml
Containing Schema: geometry.xsd
Abstract False
Documentation:
An instance of this type (e.g. a geometryMember) can either enclose or point to a primitive geometry element. When serving as a simple link that references a remote geometry instance, the value of the gml:remoteSchema attribute can be used to locate a schema fragment that constrains the target instance.
Collapse XSD Schema Diagram:
Drilldown into remoteSchema Drilldown into actuate Drilldown into show Drilldown into title Drilldown into arcrole Drilldown into role Drilldown into href Drilldown into type Drilldown into _GeometryXSD Diagram of GeometryAssociationType
Collapse XSD Schema Code:
<complexType name="GeometryAssociationType">
    <annotation>
        <documentation>

        An instance of this type (e.g. a geometryMember) can either 

        enclose or point to a primitive geometry element. When serving 

        as a simple link that references a remote geometry instance, 

        the value of the gml:remoteSchema attribute can be used to 

        locate a schema fragment that constrains the target instance.

      </documentation>
    </annotation>
    <sequence minOccurs="0">
        <element ref="gml:_Geometry" />
    </sequence>
    <attributeGroup ref="xlink:simpleLink" />
    <attribute ref="gml:remoteSchema" use="optional" />
    <!-- <attributeGroup ref="gml:AssociationAttributeGroup"/> -->
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Geometry gml:_Geometry (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type (Optional)
href xlink:href Optional
role xlink:role Optional
arcrole xlink:arcrole Optional
title xlink:title Optional
show xlink:show Optional
actuate xlink:actuate Optional
remoteSchema gml:remoteSchema Optional
Collapse Derivation Tree:
Collapse References:
gml:_geometryProperty, gml:geometryMembergml:geometryProperty, gml:LinearRingMemberType, gml:LineStringMemberType, gml:LineStringPropertyType, gml:MultiGeometryPropertyType, gml:MultiLineStringPropertyType, gml:MultiPointPropertyType, gml:MultiPolygonPropertyType, gml:PointMemberType, gml:PointPropertyType, gml:PolygonMemberType, gml:PolygonPropertyType,
Collapse Comments:
blog comments powered by Disqus