Documentation for fieldgml

Complex Type: DefaultStylePropertyType

[Table of contents]

Super-types: None
Sub-types: None
Name DefaultStylePropertyType
Abstract no
Documentation [complexType of] Top-level property. Used in application schemas to "attach" the styling information to GML data. The link between the data and the style should be established through this property only.
XML Instance Representation
<...
about="anyURI [0..1]"
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]">
<gml:_Style> ... </gml:_Style> [0..1]
</...>
Diagram
h-1694770379 h-1617836024
Schema Component Representation
<complexType name="DefaultStylePropertyType">
<sequence>
<element ref=" gml:_Style " minOccurs="0"/>
</sequence>
<attribute name="about" type=" anyURI " use="optional"/>
<attributeGroup ref=" gml:AssociationAttributeGroup "/>
</complexType>