gml:TimeInstantPropertyType

gml:TimeInstantPropertyType provides for associating a gml:TimeInstant with an object.

Complex Type Information

Model

Children: gml:TimeInstant

Attributes

QName Type Fixed Default Use Inheritable Annotation
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional

Used By

Source

<complexType name="TimeInstantPropertyType">
  <annotation>
    <documentation>gml:TimeInstantPropertyType provides for associating a gml:TimeInstant with an object.</documentation>
  </annotation>
  <sequence minOccurs="0">
    <element ref="gml:TimeInstant"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
  <attributeGroup ref="gml:OwnershipAttributeGroup"/>
</complexType>