Definition Type: ComplexType
Name: TimePositionListType
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0
Type: swe:TimeValueList
Containing Schema: temporalAggregates.xsd
Abstract
Documentation:
TimePositionList instances hold a sequence of time positions within the same frame.
Collapse XSD Schema Diagram:
Drilldown into count in schema temporalaggregates_xsd Drilldown into indeterminatePosition in schema temporalaggregates_xsd Drilldown into calendarEraName in schema temporalaggregates_xsd Drilldown into frame in schema temporalaggregates_xsdXSD Diagram of TimePositionListType in schema temporalaggregates_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
frame swe:frame #ISO-8601 Optional
calendarEraName swe:calendarEraName Optional
indeterminatePosition swe:indeterminatePosition Optional
count swe:count Optional
Collapse Derivation Tree: