DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CoordinateGroupType"
Namespace:
Content:
complex, 5 attributes, 5 elements
Defined:
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, r:Label*, r:UniverseReference*, Definition*, DimensionValue+
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Defines groups of dimensions (given particular values) to which attributes can be attached.
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      CoordinateGroupType (extension)
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="CoordinateGroupType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:UniverseReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Definition"/>
<xs:element maxOccurs="unbounded" ref="DimensionValue"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 4/5)
Definition
Type:
r:StructuredStringType, mixed content
Additional textual descriptions of the coordinate group.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Definition"/>

DimensionValue
Type:
CohortType, complex content
Defines a variable as a dimension of the coordinate group.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="DimensionValue"/>

r:Label
Type:
r:LabelType, mixed content
A display label for the coordinate group.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

r:UniverseReference
Type:
r:ReferenceType, complex content
Reference to the universe statement describing the persons or other elements that make the object of the data, and to which any analytic results refer.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:UniverseReference"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set