complexType "UniverseGroupType"
Namespace:
Content:
complex, 7 attributes, 21 elements
Defined:
Includes:
definitions of 1 attribute, 10 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 : "false"
   
>
   
Content: 
</...>
Content Model Elements (21):
GroupingConceptReference, GroupingUniverseReference, TypeOfUniverseGroup, UniverseGroupName, UniverseGroupReference, r:Agency, r:BasedOnObject, r:Description, r:ID, r:Keyword, r:Label, r:MaintainableObject, r:Subject, r:URN, r:UniverseReference, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
UniverseGroup
Known Usage Locations
Annotation
Contains a group of Universes, which may describe an ordered or hierarchical relationship structure. Specifies the purpose of the group, a name, label, and description of the group, its relationship to a specific universe or concept, and lists the members of the group. Use primarily for administrative purposes. If structuring nesting of Universes to represent a hierarchical set of universes use the SubUniverseClass found in Universe.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          UniverseGroupType
XML Source (w/o annotations (12); see within schema source)
<xs:complexType name="UniverseGroupType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfUniverseGroup"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="UniverseGroupName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GroupingUniverseReference"/>
<xs:element minOccurs="0" ref="GroupingConceptReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Subject"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="r:UniverseReference"/>
<xs:element ref="UniverseGroupReference"/>
</xs:choice>
</xs:sequence>
<xs:attribute default="false" name="isOrdered" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/7)
isOrdered
Type:
xs:boolean, predefined
Use:
optional
If set to "true" indicates that the content of the group is ordered as it appears within the XML structure.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isOrdered" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 10/21)
GroupingConceptReference
Type:
r:ReferenceType, complex content
Reference to the concept expressed by the objects in this group. Note that this is not a formal linking of a concept to a university such as found in a ConceptualVariable. It is a means of helping to define the context within which this ConceptGroup is relevant.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GroupingConceptReference"/>

GroupingUniverseReference
Type:
r:ReferenceType, complex content
Reference to the universe statement describing the persons or other objects to which the contents of this group pertain. This is not a university contained by the group but one that helps define the purpose and application of the group.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GroupingUniverseReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the UniverseGroup. 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:Keyword
Type:
If keywords are listed for this group, it is strongly recommended that the keywords listed also be found in the TopicalCoverage element for the parent packaging element when this group is included directly or by reference in a module containing a coverage element. Use of keyword at the group level allows for associating objects as a type of keyword based group or to identify keyword characteristics of a reusable group of objects.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/>

r:Label
Type:
r:LabelType, complex content
A display label for the UniverseGroup. 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"/>

r:Subject
Type:
If subjects are listed for this group, it is strongly recommended that the subjects listed also be found in the TopicalCoverage element for the parent packaging element when this group is included directly or by reference in a module containing a coverage element. Use of subject at the group level allows for associating objects as a type of subject based group or to identify subject characteristics of a reusable group of objects.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Subject"/>

r:UniverseReference
Type:
r:ReferenceType, complex content
Reference to constituent Universe (from the substitution group). TypeOfObject should be set to Universe.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:UniverseReference"/>

TypeOfUniverseGroup
Type:
r:CodeValueType, simple content
A generic element for specifying a reason for a UniverseGroup. Note that this element can contain either a term from a controlled vocabulary list or a textual description.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfUniverseGroup"/>

UniverseGroupName
Type:
r:NameType, complex content
A name for the group. 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="UniverseGroupName"/>

UniverseGroupReference
Type:
r:ReferenceType, complex content
Reference to constituent UniverseGroup. This allows for nesting of UniverseGroups. TypeOfObject should be set to UniverseGroup.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="UniverseGroupReference"/>

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