DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "UniverseType"
Namespace:
Content:
complex, 8 attributes, 8 elements
Defined:
Includes:
definitions of 1 attribute and 5 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isInclusive
 = 
xs:boolean : "true"
    isVersionable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, UniverseName*, r:Label*, HumanReadable*, MachineReadable*, SubUniverse*
</...>
Content Model Elements (8):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Universe statement associated with the data.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          UniverseType (extension)
XML Source (w/o annotations (5); 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 maxOccurs="unbounded" minOccurs="0" ref="HumanReadable"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="MachineReadable"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubUniverse"/>
</xs:sequence>
<xs:attribute default="true" name="isInclusive" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (defined in this component only; 1/8)
isInclusive
Type:
xs:boolean, predefined
Use:
optional
When set to true (default), the universe statement describes what is in the universe. When set to false, it is a statement of what is excluded from the universe.
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 (defined in this component only; 5/8)
HumanReadable
Type:
r:StructuredStringType, mixed content
A human-readable description of the Universe.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="HumanReadable"/>

MachineReadable
Type:
r:CodeType, complex content
A machine-readable statement of the universe, expressed as a Coding.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="MachineReadable"/>

r:Label
Type:
r:LabelType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

SubUniverse
Type:
UniverseType, complex content
A subset of the parent universe, for example the universe "females" is a subset of the universe "all persons".
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubUniverse"/>

UniverseName
Type:
r:NameType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="UniverseName"/>

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