complexType TimeEdgePropertyType
diagram index_p1315.png
namespace http://www.opengis.net/gml
children gml:TimeEdge
used by
elements TimeNodeType/nextEdge TimeNodeType/previousEdge
attributes
Name  Type  Use  Default  Fixed  annotation
type    simple  
href      
role      
arcrole      
title      
show      
actuate      
remoteSchemaoptional      
documentation
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
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.
source <xs:complexType name="TimeEdgePropertyType">
 
<xs:annotation>
   
<xs: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.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence minOccurs="0">
   
<xs:element ref="gml:TimeEdge"/>
 
</xs:sequence>
 
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy