complexType "UniverseType"
Namespace:
Content:
complex, 7 attributes, 18 elements
Defined:
Includes:
definitions of 1 attribute, 7 elements
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)
 = 
"true"
 = 
xs:boolean : "true"
   
>
   
Content: 
</...>
Content Model Elements (18):
DefiningConceptReference, SubUniverseClass, SubUniverseClassReference, UniverseGenerationCode, UniverseName, r:Agency, r:BasedOnObject, r:Description, r:ID, r:Label, r:MaintainableObject, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
Universe
Known Usage Locations
Annotation
Describes a universe which may also be known as a population. A Universe describes the "object" of a Data Element Concept or Data Element as defined by ISO/IEC 11179. 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.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          UniverseType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="UniverseType">
<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 minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="DefiningConceptReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="UniverseGenerationCode"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="SubUniverseClass"/>
<xs:element ref="SubUniverseClassReference"/>
</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/7)
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
Default:
"true"
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; 7/18)
DefiningConceptReference
Type:
r:ReferenceType, complex content
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)
<xs:element minOccurs="0" ref="DefiningConceptReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the Universe. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, complex content
A display label for the Universe. May be expressed in multiple languages. 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"/>

SubUniverseClass
Type:
SubUniverseClassType, complex content
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)
<xs:element ref="SubUniverseClass"/>

SubUniverseClassReference
Type:
r:ReferenceType, complex content
The inclusion of a SubUniverseClass by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SubUniverseClassReference"/>

UniverseGenerationCode
Type:
r:CommandCodeType, complex content
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)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="UniverseGenerationCode"/>

UniverseName
Type:
r:NameType, complex content
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"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set