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: 
</...>
Content Model Elements (4):
Description, MeasurePurpose, MeasureValue, TypeOfMetadataQuality
All Direct / Indirect Based Elements (1):
MetadataQuality
Known Usage Locations
Annotation
An assessment of the quality of the metadata within the Maintainable object, e.g. the quality of the transcription, completeness, editing status, etc. It indicates the type of metadata quality being assesed, the purpose of providing the measure, 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="TypeOfMetadataQuality"/>
<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 textual description of the quality of this set of metadata which expands on or is provided in lieu of other objects within MetadataQuality. Supports multiple languages and the use of structured content.
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 type of metadata quality and its value. Supports multiple languages and the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="MeasurePurpose"/>

MeasureValue
Type:
CodeValueType, simple content
A value representing the measurement of this set of metadata within the context of the TypeOfMetadataQuality indicated. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="MeasureValue"/>

TypeOfMetadataQuality
Type:
CodeValueType, simple content
A brief statement of the metadata quality being measured. Supports the use of an external controlled vocabulary. Use of a controlled vocabulary is strongly recommended.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="TypeOfMetadataQuality"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set