<xs:complexType name="TimeType">
<xs:simpleContent>
<xs:extension base="swec:timeSimpleType">
<xs:attribute name="id" type="xs:ID" use="optional" />
<xs:attribute name="definition" type="swec:definitionType" use="optional" />
<xs:attribute name="referenceTime" type="swec:timeReferenceSimpleType" use="optional" />
<xs:attribute name="localTime" type="swec:timeReferenceSimpleType" use="optional" />
<xs:attribute name="uom" type="swec:uomType" use="optional" />
<xs:attribute name="scale" type="xs:double" use="optional" />
<xs:attribute name="fixed" type="xs:boolean" use="optional" default="false" />
</xs:extension>
</xs:simpleContent>
<!-- Implemented in GML as gml:TimeType -->
</xs:complexType>
|