<complexType name="ItemSeriesDefinitionType">
<annotation>
<documentation>Description of a series of scalar properties with a common representation and scale
and (optional) quality indicators.</documentation>
</annotation>
<complexContent>
<extension base="swe:ItemDefinitionType">
<attribute name="recordLength" type="positiveInteger" use="required">
<annotation>
<documentation>The number of components in the tuple</documentation>
</annotation>
</attribute>
</extension>
</complexContent>
</complexType>
|