Definition Type: ComplexType
Name: TimeEdgePropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: temporalTopology.xsd
Abstract
Documentation:
A time edge property can either be any time edge element encapsulated in an element of this type or an XLink reference to a remote time edge 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.
Collapse XSD Schema Diagram:
Drilldown into TimeEdge in schema temporaltopology_xsd Drilldown into remoteSchema in schema gmlbase_xsd Drilldown into actuate in schema xlink_xsd Drilldown into show in schema xlink_xsd Drilldown into title in schema xlink_xsd Drilldown into arcrole in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into href in schema xlink_xsd Drilldown into type in schema xlink_xsd Drilldown into simpleAttrs in schema xlink_xsd Drilldown into AssociationAttributeGroup in schema gmlbase_xsdXSD Diagram of TimeEdgePropertyType in schema temporaltopology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TimeEdgePropertyType">
    <annotation>
        <documentation>A time edge property can either be any time edge element encapsulated in an element of this type 
			or an XLink reference to a remote time edge 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.</documentation>
    </annotation>
    <sequence minOccurs="0">
        <element ref="gml:TimeEdge" />
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimeEdge gml:TimeEdge (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:nextEdge, gml:previousEdge