complexType "MetadataQualityType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
QualityMeasure, MeasurePurpose?, MeasureValue?, Description?
</...>
Content Model Elements (4):
Description, MeasurePurpose, MeasureValue, QualityMeasure
All Direct / Indirect Based Elements (1):
MetadataQuality
Known Usage Locations
Annotation
This element provides a generic means of making a statement of metadata quality within a maintainable object. It indicates the type of quality measure, its purpose and either a value for the quality from a controlled vocabulary and/or a description of the value.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="MetadataQualityType">
<xs:sequence>
<xs:element ref="QualityMeasure"/>
<xs:element minOccurs="0" ref="MeasurePurpose"/>
<xs:element minOccurs="0" ref="MeasureValue"/>
<xs:element minOccurs="0" ref="Description"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
Description
Type:
StructuredStringType, complex content
A description of the measure value allowing for multiple language equivalences and structured text.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

MeasurePurpose
Type:
StructuredStringType, complex content
The purpose of the quality measure for the metadata. What it tells the user regarding the quality of the metadata.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="MeasurePurpose"/>

MeasureValue
Type:
CodeValueType, simple content
The value of the quality measure expressed as a short string or controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="MeasureValue"/>

QualityMeasure
Type:
CodeValueType, simple content
The type of quality measure being used expressed using a short string or controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QualityMeasure"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set