DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "GroupTypeCodedType"
Namespace:
Content:
simple, 11 attributes
Defined:
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
    codeListAgencyName
 = 
"DDI"
    codeListAgencyName
 = 
xs:string
    codeListID
 = 
"Group Type"
    codeListID
 = 
xs:string
    codeListName
 = 
xs:string
    codeListSchemeURN
 = 
xs:string
    codeListURN
 = 
xs:string
    codeListVersionID
 = 
"1.0"
    codeListVersionID
 = 
xs:string : "1.0"
    otherValue
 = 
xs:string
    otherValue
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</...>
Simple Content Restrictions:
Enumeration:
"Section"
 - 
Section
"MultipleResponse"
 - 
Multiple response
"Grid"
 - 
Grid
"Display"
 - 
Display
"Repetition"
 - 
Repetition
"Subject"
 - 
Subject
"Version"
 - 
Version
"Iteration"
 - 
Iteration
"Analysis"
 - 
Analysis
"Pragmatic"
 - 
Pragmatic
"Record"
 - 
Record
"File"
 - 
File
"Randomized"
 - 
Randomized
"UseOther"
 - 
See otherValue attribute Other

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A suggested enumeration of group types. Indicates reasons for grouping.
Type Definition Detail
Type Derivation Tree
xs:string
  r:CodeValueType (extension)
      GroupTypeCodedType (restriction)
Derivation:
restriction of r:CodeValueType
Facets:
enumeration:
"Section"
 - 
Section
"MultipleResponse"
 - 
Multiple response
"Grid"
 - 
Grid
"Display"
 - 
Display
"Repetition"
 - 
Repetition
"Subject"
 - 
Subject
"Version"
 - 
Version
"Iteration"
 - 
Iteration
"Analysis"
 - 
Analysis
"Pragmatic"
 - 
Pragmatic
"Record"
 - 
Record
"File"
 - 
File
"Randomized"
 - 
Randomized
"UseOther"
 - 
See otherValue attribute Other
XML Source (w/o annotations (19); see within schema source)
<xs:complexType name="GroupTypeCodedType">
<xs:simpleContent>
<xs:restriction base="r:CodeValueType">
<xs:enumeration value="Section"/>
<xs:enumeration value="MultipleResponse"/>
<xs:enumeration value="Grid"/>
<xs:enumeration value="Display"/>
<xs:enumeration value="Repetition"/>
<xs:enumeration value="Subject"/>
<xs:enumeration value="Version"/>
<xs:enumeration value="Iteration"/>
<xs:enumeration value="Analysis"/>
<xs:enumeration value="Pragmatic"/>
<xs:enumeration value="Record"/>
<xs:enumeration value="File"/>
<xs:enumeration value="Randomized"/>
<xs:enumeration value="UseOther"/>
<xs:attribute fixed="Group Type" name="codeListID" type="xs:string" use="required"/>
<xs:attribute fixed="DDI" name="codeListAgencyName" type="xs:string" use="required"/>
<xs:attribute fixed="1.0" name="codeListVersionID" type="xs:string"/>
<xs:attribute name="otherValue" type="xs:string" use="optional"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (defined in this component only; 4/11)
codeListAgencyName
Type:
xs:string, predefined
Use:
required
Agency maintaining the code list.
Attribute Value
Fixed:
"DDI"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute fixed="DDI" name="codeListAgencyName" type="xs:string" use="required"/>

codeListID
Type:
xs:string, predefined
Use:
required
Identification of the code list that this value is taken from.
Attribute Value
Fixed:
"Group Type"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute fixed="Group Type" name="codeListID" type="xs:string" use="required"/>

codeListVersionID
Type:
xs:string, predefined
Use:
optional
Version of the code list.
Attribute Value
Fixed:
"1.0"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute fixed="1.0" name="codeListVersionID" type="xs:string"/>

otherValue
Type:
xs:string, predefined
Use:
optional
Other Value.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="otherValue" type="xs:string" use="optional"/>

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