Documentation for fieldgml

Complex Type: TimeTopologyPrimitivePropertyType

[Table of contents]

Super-types: None
Sub-types: None
Name TimeTopologyPrimitivePropertyType
Abstract no
Documentation A time topology primitive property can either hold any time topology complex element eor carry an XLink reference to a remote time topology complex element (where remote includes elements located elsewhere in the same document). Note that either the reference or the contained element must be given, but not both or none.
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]">
Start Sequence [0..1]
<gml:_TimeTopologyPrimitive> ... </gml:_TimeTopologyPrimitive> [1]
End Sequence
</...>
Diagram
h1845046639 h-1617836024
Schema Component Representation
<complexType name="TimeTopologyPrimitivePropertyType">
<sequence minOccurs="0">
<element ref=" gml:_TimeTopologyPrimitive "/>
</sequence>
<attributeGroup ref=" gml:AssociationAttributeGroup "/>
</complexType>