Documentation for fieldgml

Complex Type: TimeTopologyComplexPropertyType

[Table of contents]

Super-types: None
Sub-types: None
Name TimeTopologyComplexPropertyType
Abstract no
Documentation A time topology complex property can either be any time topology complex element encapsulated in an element of this type or 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:TimeTopologyComplex> ... </gml:TimeTopologyComplex> [1]
End Sequence
</...>
Diagram
h1007902417 h-1617836024
Schema Component Representation
<complexType name="TimeTopologyComplexPropertyType">
<sequence minOccurs="0">
<element ref=" gml:TimeTopologyComplex "/>
</sequence>
<attributeGroup ref=" gml:AssociationAttributeGroup "/>
</complexType>