complexType "ManagedMissingValuesRepresentationType"
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
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
 = 
xs:boolean : "true"
   
>
   
Content: 
</...>
Content Model Elements (18):
Agency, BasedOnObject, Description, ID, Label, MaintainableObject, ManagedMissingValuesRepresentationName, MissingCodeRepresentation, MissingNumericRepresentation, MissingTextRepresentation, ProcessingInstructionReference, URN, UserAttributePair, UserID, Version, VersionRationale, VersionResponsibility, VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
ManagedMissingValuesRepresentation
Known Usage Locations
Annotation
Means of describing the Missing Values within a managed representation 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 representation, the structure defines the 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)
          ManagedMissingValuesRepresentationType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="ManagedMissingValuesRepresentationType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ManagedMissingValuesRepresentationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="MissingCodeRepresentation"/>
<xs:element ref="MissingNumericRepresentation"/>
<xs:element ref="MissingTextRepresentation"/>
</xs:choice>
<xs:element minOccurs="0" ref="ProcessingInstructionReference"/>
</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)
Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the managed representation. 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"/>

Label
Type:
LabelType, complex content
A display label for the managed representation. 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"/>

ManagedMissingValuesRepresentationName
Type:
NameType, complex content
A name for the missing value. 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="ManagedMissingValuesRepresentationName"/>

MissingCodeRepresentation
Type:
In-line description of a CodeRepresentationBase created for the purpose of capturing missing values with associated labels.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="MissingCodeRepresentation"/>

MissingNumericRepresentation
Type:
In-line description of a NumericRepresentationBase 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="MissingNumericRepresentation"/>

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

ProcessingInstructionReference
Type:
An optional reference to a GenerationInstruction describing how to generate the value for this representation 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="ProcessingInstructionReference"/>

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