| diagram |
 |
| namespace |
http://www.isotc211.org/2005/gmd |
| type |
extension of gmd:AbstractDQ_Result_Type |
| properties |
| base | gmd:AbstractDQ_Result_Type |
|
| children |
gmd:valueType gmd:valueUnit gmd:errorStatistic gmd:value |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | id | ID | | | | | | uuid | string | | | | |
|
| annotation |
| documentation | | Quantitative_conformance_measure from Quality Procedures. - - Renamed to remove implied use limitation - - OCL - -- result is type specified by valueDomain - result.tupleType = valueDomain |
|
| source |
<complexType name="DQ_QuantitativeResult_Type">
<annotation>
<documentation>Quantitative_conformance_measure from Quality Procedures. - - Renamed to remove implied use limitation - - OCL - -- result is type specified by valueDomain - result.tupleType = valueDomain</documentation>
</annotation>
<complexContent>
<extension base="gmd:AbstractDQ_Result_Type">
<sequence>
<element name="valueType" type="gco:RecordType_PropertyType" minOccurs="0"/>
<element name="valueUnit" type="gco:UnitOfMeasure_PropertyType"/>
<element name="errorStatistic" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="value" type="gco:Record_PropertyType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType> |