complexType "RecordLayoutGroupType"
Namespace:
Content:
complex, 7 attributes, 19 elements
Defined:
Includes:
definitions of 1 attribute, 8 elements
Used:
XML Representation Summary
<...
   
 = 
("Canonical" | "Deprecated")
 = 
("Add" | "Update" | "Delete")
 = 
xs:anyURI
 = 
("Agency" | "Maintainable") : "Agency"
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
 = 
xs:boolean : "false"
    >
   
Content: 
(r:URN | (r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, (r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnReference?, r:MaintainableObject?, TypeOfRecordLayoutGroup?, RecordLayoutGroupName*, r:Label*, r:Description?, r:UniverseReference*, r:ConceptReference?, (r:RecordLayoutReference | RecordLayoutGroupReference)*
</...>
Content Model Elements (19):
RecordLayoutGroupName, RecordLayoutGroupReference, TypeOfRecordLayoutGroup, r:Agency, r:BasedOnReference, r:ConceptReference, r:Description, r:ID, r:Label, r:MaintainableObject, r:RecordLayoutReference, r:URN, r:UniverseReference, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
RecordLayoutGroup
Known Usage Locations
Annotation
Contains a group of RecordLayout descriptions for administrative or conceptual purposes, which may be hierarchical. In addition to the standard name, label, and description, allows for a classification of the type of group, a reference to a Universe and Concept and inclusion of RecordLayouts and RecordLayoutGroups by reference, plus a flag indicating if the group is ordered.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          RecordLayoutGroupType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="RecordLayoutGroupType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfRecordLayoutGroup"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="RecordLayoutGroupName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:UniverseReference"/>
<xs:element minOccurs="0" ref="r:ConceptReference"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="r:RecordLayoutReference"/>
<xs:element ref="RecordLayoutGroupReference"/>
</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; 8/19)
r:ConceptReference
Type:
r:ReferenceType, complex content
Reference to the concept represented by the record layout in this group.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:ConceptReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the RecordLayoutGroup. 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 RecordLayoutGroup. 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:RecordLayoutReference
Type:
r:ReferenceType, complex content
Reference to constituent RecordLayout.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:RecordLayoutReference"/>

r:UniverseReference
Type:
r:ReferenceType, complex content
Reference to the universe statement describing the persons or other elements that the data refer to, and to which any analytic results refer.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:UniverseReference"/>

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

RecordLayoutGroupReference
Type:
r:ReferenceType, complex content
Reference to constituent RecordLayoutGroup. This allows for nesting of variable RecordLayoutGroups.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="RecordLayoutGroupReference"/>

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

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set