complexType "ManagedRepresentationGroupType"
Namespace:
Content:
complex, 8 attributes, 26 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 14 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)
 = 
xs:boolean : "false"
 = 
"true"
 = 
xs:boolean : "false"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Contains a group of managed representation and other managed objects used for representation, that are grouped for conceptual, administrative, or other purposes. Contents of the group may be ordered or hierarchical. In addition to the name, label, and description of the group, the structure allows for the identification of the type of group, a related universe or concept, and a listing of the included ManagedRepresentations, managed objects used for representation, and ManagedRepresentationGroups by reference.
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
      VersionableType (extension)
          ManagedRepresentationGroupType
XML Source (w/o annotations (16); see within schema source)
<xs:complexType name="ManagedRepresentationGroupType">
<xs:complexContent>
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfManagedRepresentationGroup"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ManagedRepresentationGroupName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="UniverseReference"/>
<xs:element minOccurs="0" ref="ConceptReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Subject"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Keyword"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ManagedRepresentationReference"/>
<xs:element ref="CategorySchemeReference"/>
<xs:element ref="CodeListReference"/>
<xs:element ref="GeographicLocationReference"/>
</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/8)
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; 14/26)
CategorySchemeReference
Type:
SchemeReferenceType, complex content
Reference to a CategoryScheme used as a representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="CategorySchemeReference"/>

CodeListReference
Type:
ReferenceType, complex content
Reference to a CodeList used as a representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="CodeListReference"/>

ConceptReference
Type:
ReferenceType, complex content
Reference to the concept expressed by the managed representations in this group.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ConceptReference"/>

Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the ManagedRepresentationGroup. 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)
<xs:element minOccurs="0" ref="Description"/>

GeographicLocationReference
Type:
Reference to a GeographicLocationReference used as a representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GeographicLocationReference"/>

GeographicStructureSchemeReference
Type:
SchemeReferenceType, complex content
Reference to a GeographicStructureScheme used as a representation.
XML Source (w/o annotations (1); see within schema source)

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="Keyword"/>

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

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

ManagedRepresentationGroupReference
Type:
ReferenceType, complex content
Reference to constituent ManagedRepresentationGroup. This allows for nesting of ManagedRepresentationGroups.
XML Source (w/o annotations (1); see within schema source)

ManagedRepresentationReference
Type:
ReferenceType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 5 elements
This is an abstract substitution base for a reference to a specific type of Managed Representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ManagedRepresentationReference"/>

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="Subject"/>

TypeOfManagedRepresentationGroup
Type:
CodeValueType, simple content
A generic element for specifying a reason for a ManagedRepresentationGroup. 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="TypeOfManagedRepresentationGroup"/>

UniverseReference
Type:
ReferenceType, complex content
Reference to the universe statement describing the persons or other objects to which the contents of this managed representation group pertain.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="UniverseReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set