<complexType name="ItemDefinitionType">
<annotation>
<documentation>Description of a scalar property with its representation and scale and (optional) quality
indicators.</documentation>
</annotation>
<complexContent>
<extension base="swe:RecordTypeType">
<sequence>
<element name="procedure" type="gml:ReferenceType" minOccurs="0" />
<element name="property" type="swe:PhenomenonPropertyType" />
<element name="quality" type="gmd:DQ_DataQuality_PropertyType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>One or more quality elements record systematic measure of
reliability</documentation>
</annotation>
</element>
<element name="representation" type="swe:RepresentationType" />
</sequence>
</extension>
</complexContent>
</complexType>
|