complexType "CaseIdentificationType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the information needed to identify an individual case within a record type. This may be the variable or concatenated variable used to identify a unique case of a particular record type. Often referred to as a unique key. There may be more than one means of identifying a record. For example a US Census Summary File has a LogicalRecordIdentifer that is unique to the original file within which it was published. A specific geography has a set of fields that uniquely identify it.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="CaseIdentificationType">
<xs:choice minOccurs="0">
<xs:element ref="FixedIdentifier"/>
<xs:element ref="ConditionalIdentifier"/>
</xs:choice>
<xs:attribute default="true" name="isPrimary" type="xs:boolean"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
isPrimary
Type:
xs:boolean, predefined
Use:
optional
Indicates whether the case identifier is the primary key.
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="isPrimary" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
ConditionalIdentifier
Type:
ConditionalIdentifierType, complex content
Describes the information needed to identify a specific record or case within a record type. Repeating the field allows multiple means of identifying a case referencing multiple variables.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ConditionalIdentifier"/>

FixedIdentifier
Type:
FixedIdentifierType, complex content
Reference to the variable containing the unique identifier. This may be a concatenated variable which indicates the combination of variable required to create a unique identification. If more than one variable reference is included the combination of the variable field contents must be unique and all variables are required for case identification.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="FixedIdentifier"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set