complexType "UniverseType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Add" | "Update" | "Delete") |
|
= |
(xs:string | xs:string) |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
xs:boolean |
|
= |
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration) |
|
= |
xs:boolean : "false" |
|
= |
"true" |
|
= |
xs:boolean : "true" |
|
|
> |
|
Content: |
( r:URN | ( r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, ( r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnObject?, r:RelatedOtherMaterialReference*, r:MaintainableObject?, UniverseName*, r:Label*, r:Description?, r:DefiningConceptReference?, r:UnitTypeReference?, TypeOfUnit?, r:LocationValueReference*, GeographyOfUniverse?, TimePeriod*, UniverseGenerationCode*, ( SubUniverseClass | SubUniverseClassReference)* |
|
</...> |
All Direct / Indirect Based Elements (1):
-
Annotation
A Universe contextualizes a Unit Type by providing additional restriction characteristics. The class Universe covers both the GSIM 1.2 obects of Universe and Population, conflating them into a single class. A universe may be organized into hierarchical sub-universes. In addition to the standard name, label, and description, the universe may provide a generation code (how the universe is differentiated or split out from another universe), a definition of hierarchical sub-settings for the universe, and an attribute that indicates if the description of the universe is stated in terms of what the universe includes. DDI Lifecycle does not have a Population class as found in GSIM 1.2. It extends the definition of a Universe to include specification of time and geography in contextualizing a Unit Type. In GSIM 1.2 a Universe is a defined class of people, entities, events, or objects with no specification of time and geography, contextualizing a Unit Type. A Population refines a Universe by specifying time and/or geography.
Type Derivation Tree
UniverseType
|
XML Source (w/o annotations (14); see within schema source)
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="UniverseName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TimePeriod"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
</xs:sequence>
<xs:attribute default="true" name="isInclusive" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
Attribute Detail (all declarations; defined within this component only; 1/8)
isInclusive
-
Type: |
xs:boolean, predefined |
Use: |
optional |
The default value is "true". The description statement of a universe is generally stated in inclusive terms such as "All persons residing in Europe". Occasionally a universe is defined by what it excludes, i.e., "All persons residing in Europe except for those residing on U.S. Military bases". In this case the value would be changed to "false".
Attribute Value
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="isInclusive" type="xs:boolean"/>
|
Content Element Detail (all declarations; defined within this component only; 12/24)
-
A description of the content and purpose of the Universe. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
-
A concept that defines or aids in understanding the content of the universe. For example the Universe "Males" may link to the concept of "Male".
XML Source (w/o annotations (1); see within schema source)
-
A description of the content and purpose of the Universe. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
-
A display label for the Universe. Supports multiple language versions of the same content as well as optional formatting of the content. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
|
-
Reference to specific LocationValue for the Universe as described in a GeographicLocation.
XML Source (w/o annotations (1); see within schema source)
-
Reference to a unit type being associated with this conceptual variable. TypeOfObject should be set to UnitType.
XML Source (w/o annotations (1); see within schema source)
-
A sub-universe class provides a definition to the universes contained within it. For example the Sub-Universe Class of Gender for the Universe Resident Population may contain the Universe Males and the Universe Females
XML Source (w/o annotations (1); see within schema source)
-
The inclusion of a SubUniverseClass by reference.
XML Source (w/o annotations (1); see within schema source)
-
Reference to specific time period for the Universe. Repeat for non-continuous time periods.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TimePeriod"/>
|
-
The entity type associated with this conceptual variable. For example, individuals, families or households, groups, institutions/organizations, administrative units, etc. Supports the use of an external controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
An expression of the universe in terms of the code used to generate or define it. For example how a given universe may be differentiated within a parent universe.
XML Source (w/o annotations (1); see within schema source)
-
A name for the Universe. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="UniverseName"/>
|