complexType "DataExistenceType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
DiscreteCategory, LevelNumber
All Direct / Indirect Based Elements (1):
DataExistence
Known Usage Locations
Annotation
Use when only the lowest, most discrete codes in the CodeList will be expressed as valid values. Identifies those levels of a CodeList with a regular hierarchy or those indicates discrete codes within an irregular hierarchy. All other codes will be used as labels within the hierarchy to clearly express content, but will not be valid as a response or representation value.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="DataExistenceType">
<xs:choice>
<xs:element name="LevelNumber" type="xs:integer"/>
<xs:element fixed="true" name="DiscreteCategory" type="xs:boolean"/>
</xs:choice>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
DiscreteCategory
Type:
xs:boolean, predefined, simple content
Use for an irregular hierarchy where the most discrete codes have been identified by attribute isDiscrete. This element is to be used if only the most discrete data elements will have data. It has a fixed value, so it will indicate which categories have data based on their description.
Simple Content
Fixed:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:element fixed="true" name="DiscreteCategory" type="xs:boolean"/>

LevelNumber
Type:
xs:integer, predefined, simple content
Use for a regular hierarchy. List the Level Number of the lowest or most discrete level of data available.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="LevelNumber" type="xs:integer"/>

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