complexType RelatedTimeType
diagram index_p1379.png
namespace http://www.opengis.net/gml
type extension of gml:TimePrimitivePropertyType
properties
base gml:TimePrimitivePropertyType
children gml:_TimePrimitive
used by
elements AbstractTimePrimitiveType/relatedTime TimeOrdinalEraType/relatedTime
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.
relativePositionderived by: xs:string      
source <xs:complexType name="RelatedTimeType">
 
<xs:complexContent>
   
<xs:extension base="gml:TimePrimitivePropertyType">
     
<xs:attribute name="relativePosition">
       
<xs:simpleType>
         
<xs:restriction base="string">
           
<xs:enumeration value="Before"/>
           
<xs:enumeration value="After"/>
           
<xs:enumeration value="Begins"/>
           
<xs:enumeration value="Ends"/>
           
<xs:enumeration value="During"/>
           
<xs:enumeration value="Equals"/>
           
<xs:enumeration value="Contains"/>
           
<xs:enumeration value="Overlaps"/>
           
<xs:enumeration value="Meets"/>
           
<xs:enumeration value="OverlappedBy"/>
           
<xs:enumeration value="MetBy"/>
           
<xs:enumeration value="BegunBy"/>
           
<xs:enumeration value="EndedBy"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute RelatedTimeType/@relativePosition
type restriction of xs:string
properties
isRef 0
facets
Kind Value annotation 
enumeration Before 
enumeration After 
enumeration Begins 
enumeration Ends 
enumeration During 
enumeration Equals 
enumeration Contains 
enumeration Overlaps 
enumeration Meets 
enumeration OverlappedBy 
enumeration MetBy 
enumeration BegunBy 
enumeration EndedBy 
source <xs:attribute name="relativePosition">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="Before"/>
     
<xs:enumeration value="After"/>
     
<xs:enumeration value="Begins"/>
     
<xs:enumeration value="Ends"/>
     
<xs:enumeration value="During"/>
     
<xs:enumeration value="Equals"/>
     
<xs:enumeration value="Contains"/>
     
<xs:enumeration value="Overlaps"/>
     
<xs:enumeration value="Meets"/>
     
<xs:enumeration value="OverlappedBy"/>
     
<xs:enumeration value="MetBy"/>
     
<xs:enumeration value="BegunBy"/>
     
<xs:enumeration value="EndedBy"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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