complexType "SubUniverseClassType"
Namespace:
Content:
complex, 7 attributes, 17 elements
Defined:
Includes:
definitions of 1 attribute, 6 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 (17):
DefiningConceptReference, SubUniverseClassName, SubUniverseClassReference, r:Agency, r:BasedOnObject, r:Description, r:ID, r:Label, r:MaintainableObject, r:URN, r:UniverseReference, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
SubUniverseClass
Known Usage Locations
Annotation
A sub-universe group provides a definition to the universes contained within it. For example the Sub-Universe Group of Gender for the Universe Resident Population may contain the Universe Males and the Universe Females. In addition to the standard name, label, and description, the SubUniverseClass references a concept which defines it, and references to the universes and or other sub-universe groups it contains. The contents of the SubUniverseClass may be designated as ordered.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          SubUniverseClassType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="SubUniverseClassType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubUniverseClassName"/>
<xs:element minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="DefiningConceptReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="r:UniverseReference"/>
<xs:element ref="SubUniverseClassReference"/>
</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; 6/17)
DefiningConceptReference
Type:
r:ReferenceType, complex content
A concept that provides a grouping factor for the universes contained by the SubUniverseClass. For example if the parent Universe is Population of the World and the two universes in the group are Male and Female the defining concept may be Sex.
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 SubUniverseClass. 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 SubUniverseClass. 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 minOccurs="0" ref="r:Label"/>

r:UniverseReference
Type:
r:ReferenceType, complex content
A reference to a universe contained in this SubUniverseClass. Note that two different parent universes may contain references to the same universe within a sub-universe group. For example, the Universe "Population of Europe" and the Universe "Population of the United States" may both have a reference to the SubUniverseClass with the defining concept of Gender and member Universes "Males" and "Females". The SubUniverseClass is ALWAYS a restriction of its parent universe so that in one case it would be "Males within the Population of Europe" and in the other usage "Males within the Population of the United States". A question or variable should reference each relevant universe to define the appropriate intersect group.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:UniverseReference"/>

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

SubUniverseClassReference
Type:
r:ReferenceType, complex content
A reference to a SubUniverseClass contained in this SubUniverseClass (a means of nesting hierarchies).
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SubUniverseClassReference"/>

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