complexType "GeographicLocationCodeRepresentationType"
Namespace:
Content:
complex, 1 attribute, 5 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
    >
   
Content: 
RecommendedDataType?, GenericOutputFormat?, ContentDateOffset?, GeographicLocationCodeDelineationReference*, LimitedCodeSegmentCaptured?
</...>
Content Model Elements (5):
ContentDateOffset, GenericOutputFormat, GeographicLocationCodeDelineationReference, LimitedCodeSegmentCaptured, RecommendedDataType
All Direct / Indirect Based Elements (1):
GeographicLocationCodeRepresentation
Known Usage Locations
Annotation
A value representation for a variable expressed as geographic location coded values within a GeographicLocation. When the variable is used as the dimension of an NCube the code serves as the value of the coordinate for that dimension. Includes the standard value representation elements; recommended data type, generic output format, the classification level (nominal, ordinal, interval, ratio, or continuous, and a declaration of an offset date for the data content, as well as a reference to a reusable GeographicLocationCode Delineation and the ability to define the segment within a concatenated code that is captured in this variable.
Type Definition Detail
Type Derivation Tree
ValueRepresentationType (extension)
  GeographicLocationCodeRepresentationType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GeographicLocationCodeRepresentationType">
<xs:complexContent>
<xs:extension base="ValueRepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicLocationCodeDelineationReference"/>
<xs:element minOccurs="0" ref="LimitedCodeSegmentCaptured"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/5)
GeographicLocationCodeDelineationReference
Type:
ReferenceType, complex content
References the Geographic Location Code Delineation used by this representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographicLocationCodeDelineationReference"/>

LimitedCodeSegmentCaptured
Type:
When the code is a concatenation this structure allows you to limit the portion of the concatenated code that this object captures.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="LimitedCodeSegmentCaptured"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set