complexType "DefaultMissingValuesType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
DefaultUsedNoDocumentation, MissingValuesReference
All Direct / Indirect Based Elements (1):
DefaultMissingValues
Known Usage Locations
Annotation
Identifies the default missing value parameter for the this logical record by referencing a ManagedMissingValuesRepresentation or by stating that there is a default missing values parameter used but it is undocumented. Note that a conflicting DefaultMissingValues definition in a PhysicalInstance will override that found in the LogicalRecord.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="DefaultMissingValuesType">
<xs:choice minOccurs="0">
<xs:element ref="MissingValuesReference"/>
<xs:element fixed="true" name="DefaultUsedNoDocumentation" type="xs:boolean"/>
</xs:choice>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
DefaultUsedNoDocumentation
Type:
xs:boolean, predefined, simple content
Use when it is known that a default missing values definition was use but there is NO documentation describing its content.
Simple Content
Fixed:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:element fixed="true" name="DefaultUsedNoDocumentation" type="xs:boolean"/>

MissingValuesReference
Type:
r:ReferenceType, complex content
Reference to the appropriate ManagedMissingValuesRepresentation describing the default values.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="MissingValuesReference"/>

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