complexType "CaseSpecificationType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
ConditionalVariableReference, r:VariableReference
All Direct / Indirect Based Elements (1):
CaseSpecification
Known Usage Locations
Annotation
Case specification allows different unique identifiers to be used based on the value of an identified variable. In some cases the value of a variable (such as a geographic level) results in a different set of variables required to identify a unique case. Case specification is used to capture these combinations. For example: a file containing State, County, and Place records. The unique identifier for a State requires a combination of GeoLevel=State and the variable STATE. Place would require a combination of GeoLevel=Place and the variables STATE and PLACE.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="CaseSpecificationType">
<xs:sequence>
<xs:element ref="ConditionalVariableReference"/>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="r:VariableReference"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
ConditionalVariableReference
Type:
References the variable containing the conditional content, provides the value of the condition.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ConditionalVariableReference"/>

r:VariableReference
Type:
r:ReferenceType, complex content
The variables required to provide a unique identification when the conditional variable contains the stated value.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" ref="r:VariableReference"/>

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