complexType "CaseIdentificationType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
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:choice minOccurs="0">
</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
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)
-
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)
-
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)