complexType "MissingValuesDelineationType"
Namespace:
Content:
complex, 7 attributes, 18 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 7 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"
 = 
xs:boolean : "true"
    >
   
Content: 
(URN | (Agency, ID, Version))[1..2], UserID*, UserAttributePair*, (VersionResponsibility | VersionResponsibilityReference)?, VersionRationale?, BasedOnReference?, MaintainableObject?, MissingValuesDelineationName*, Label*, Description?, (CodeDelineation | NumericDelineation | TextDelineation)*, GenerationInstructionReference?
</...>
Content Model Elements (18):
Agency, BasedOnReference, CodeDelineation, Description, GenerationInstructionReference, ID, Label, MaintainableObject, MissingValuesDelineationName, NumericDelineation, TextDelineation, URN, UserAttributePair, UserID, Version, VersionRationale, VersionResponsibility, VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
MissingValuesDelineation
Known Usage Locations
Annotation
Means of describing the Missing Values within a delineation so that they can be reused by multiple variables and questions. Variable has a separate Missing Values location for this representation. Questions must use a StructuredMixedResponseDomain to include both standard response and Missing Value responses in a single question. In addition to the name, label, and description of the delineation, the structure defines the delineation type of the missing values, a optional generation instruction for deriving the value to be recorded, and the ability to define a blank as a missing value.
Type Definition Detail
Type Derivation Tree
AbstractIdentifiableType (extension)
  AbstractVersionableType (extension)
      VersionableType (extension)
          MissingValuesDelineationType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="MissingValuesDelineationType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="MissingValuesDelineationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="CodeDelineation"/>
<xs:element ref="NumericDelineation"/>
<xs:element ref="TextDelineation"/>
</xs:choice>
<xs:element minOccurs="0" ref="GenerationInstructionReference"/>
</xs:sequence>
<xs:attribute default="true" name="isBlankMissingValue" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/7)
isBlankMissingValue
Type:
xs:boolean, predefined
Use:
optional
Designates no response (white space, null) to be treated as a missing value.
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="isBlankMissingValue" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 7/18)
CodeDelineation
Type:
CodeDelineationType, complex content
In-line description of a CodeDelineation created for the purpose of capturing missing values with associated labels.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="CodeDelineation"/>

Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the delineation. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

GenerationInstructionReference
Type:
ReferenceType, complex content
An optional reference to a GenerationInstruction describing how to generate the value for this delineation when used as a response domain or missing value representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GenerationInstructionReference"/>

Label
Type:
LabelType, complex content
A display label for the delineation. May be expressed in multiple languages. 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"/>

MissingValuesDelineationName
Type:
NameType, complex content
A name for the delineation. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="MissingValuesDelineationName"/>

NumericDelineation
Type:
NumericDelineationType, complex content
In-line description of a NumericDelineation created for the purpose of capturing missing values as a set of numbers or a range.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="NumericDelineation"/>

TextDelineation
Type:
TextDelineationType, complex content
In-line description of a TextDelineation created for the purpose of capturing missing values as text content.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="TextDelineation"/>

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