complexType TimeTopologyComplexType
diagram index_p1326.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractTimeComplexType
properties
base gml:AbstractTimeComplexType
children gml:metaDataProperty gml:description gml:name gml:primitive
used by
element TimeTopologyComplex
attributes
Name  Type  Use  Default  Fixed  annotation
idoptional      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
annotation
documentation
A temporal topology complex.
source <xs:complexType name="TimeTopologyComplexType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A temporal topology complex.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractTimeComplexType">
     
<xs:sequence>
       
<xs:element name="primitive" type="gml:TimeTopologyPrimitivePropertyType" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element TimeTopologyComplexType/primitive
diagram index_p1327.png
namespace http://www.opengis.net/gml
type gml:TimeTopologyPrimitivePropertyType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children gml:_TimeTopologyPrimitive
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.
source <xs:element name="primitive" type="gml:TimeTopologyPrimitivePropertyType" maxOccurs="unbounded"/>


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