complexType "QualityStatementType"
Namespace:
Content:
complex, 7 attributes, 20 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 8 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A statement of quality which may be related to an external standard or contain a simple statement of internal quality goals or expectations. When relating to an external standard information on compliance may be added providing a reference to a ComplianceConcept, an ExternalComplianceCode, as well as a description. Optionally, a general statement of quality may be provided using OtherQualityStatement.
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
      VersionableType (extension)
          QualityStatementType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="QualityStatementType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="QualityStatementName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:choice minOccurs="0">
<xs:choice>
<xs:element ref="QualityStandard"/>
<xs:element ref="QualityStandardReference"/>
</xs:choice>
<xs:element ref="OtherStatementOfQuality"/>
</xs:choice>
<xs:element minOccurs="0" ref="ComplianceStatement"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Compliance"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 8/20)
Compliance
Type:
ComplianceType, complex content
Allows for a quality statement based on frameworks to be described using itemized properties. A reference to a concept, a coded value, or both can be used to specify the property from the standard framework identified in StandardUsed. ComplianceDescription can provide further details or a general description of compliance with a standard.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Compliance"/>

ComplianceStatement
Type:
StructuredStringType, complex content
A descriptive statement regarding the application of the selected standard or other means of quality control.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ComplianceStatement"/>

Description
Type:
StructuredStringType, complex content
A description of the QualityStatement. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

Label
Type:
LabelType, complex content
A display label for the QualityStatement. Supports multiple language versions of the same content as well as optional formatting of the content. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

OtherStatementOfQuality
Type:
StructuredStringType, complex content
Describes the steps taken to ensure quality that are not related to a specific standard. Supports multiple language versions of the same content as well as optional formatting of the content. Repeat the OtherQualityStatement for differing content if needed.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="OtherStatementOfQuality"/>

QualityStandard
Type:
QualityStandardType, complex content
A formal description of a quality standard, and the quality concepts which it requires.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QualityStandard"/>

QualityStandardReference
Type:
ReferenceType, complex content
Reference to an existing quality standard, and the quality concepts which it requires. TypeOfObject should be QualityStandard.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="QualityStandardReference"/>

QualityStatementName
Type:
NameType, complex content
Name of the QualityStatement using the DDI Name structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="QualityStatementName"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set