Documentation for fieldgml

Attribute Group: AssociationAttributeGroup

[Table of contents]

Name AssociationAttributeGroup
Documentation Attribute group used to enable property elements to refer to their value remotely. It contains the simple link components from xlinks.xsd, with all members optional, and the remoteSchema attribute, which is also optional. These attributes can be attached to any element, thus allowing it to act as a pointer. The 'remoteSchema' attribute allows an element that carries link attributes to indicate that the element is declared in a remote schema rather than by the schema that constrains the current document instance.
XML Instance Representation

xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
gml:remoteSchema="[0..1]"
Diagram
h1428950344 h615393866
Schema Component Representation
<attributeGroup name="AssociationAttributeGroup">
<attributeGroup ref=" xlink:simpleLink "/>
<attribute ref=" gml:remoteSchema " use="optional"/>
</attributeGroup>