<complexType name="TimePositionListType">
<annotation>
<documentation>TimePositionList instances hold a sequence of time positions within the same
frame.</documentation>
</annotation>
<simpleContent>
<extension base="swe:TimeValueList">
<attribute name="frame" type="anyURI" use="optional" default="#ISO-8601" />
<attribute name="calendarEraName" type="string" use="optional" />
<attribute name="indeterminatePosition" type="gml:TimeIndeterminateValueType" use="optional" />
<attribute name="count" type="positiveInteger" use="optional">
<annotation>
<documentation>"count" allows to specify the number of direct positions in the list.
</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|