complexType "QualityStatementType"
Namespace:
Content:
complex, 6 attributes, 13 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
("Canonical" | "Deprecated")
 = 
("Add" | "Update" | "Delete")
 = 
xs:anyURI
 = 
("Agency" | "Maintainable") : "Agency"
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
    >
   
Content: 
(URN | (Agency, ID, Version))[1..2], UserID*, UserAttributePair*, (VersionResponsibility | VersionResponsibilityReference)?, VersionRationale?, BasedOnReference?, MaintainableObject?, (StandardsCompliance | OtherQualityStatement)*
</...>
Content Model Elements (13):
Agency, BasedOnReference, ID, MaintainableObject, OtherQualityStatement, StandardsCompliance, URN, UserAttributePair, UserID, Version, VersionRationale, VersionResponsibility, VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
QualityStatement
Known Usage Locations
Annotation
A statement of quality identifying the related external standard and an optional description detailing the level of compliance with the standard. If so external standard is used this element can contain a simple statement of quality regarding methodology, metadata, data or other activities related to the study. The Quality Statement allows for multiple entries of both StandardsCompliance and OtherQualityStatement. The items listed within a single quality statement should be tightly bound together conceptually to create a coherent quality statement. Multiple QualityStatements should be used to define specific areas of quality definition such as different methodologies, data capture or collection events, processes, etc.
Type Definition Detail
Type Derivation Tree
AbstractIdentifiableType (extension)
  AbstractVersionableType (extension)
      VersionableType (extension)
          QualityStatementType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="QualityStatementType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="StandardsCompliance"/>
<xs:element ref="OtherQualityStatement"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/13)
OtherQualityStatement
Type:
StructuredStringType, complex content
Describes the steps taken to ensure quality that are not related to a specific standard. Language variants should be captured within a single OtherQualityStatement. Repeat the OtherQualityStatement for differing content if needed.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="OtherQualityStatement"/>

StandardsCompliance
Type:
StandardsComplianceType, complex content
Identifies the external standard used and describes the level of compliance with the standard.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="StandardsCompliance"/>

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