DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "SummaryStatisticTypeCodedType"
Namespace:
Content:
simple, 11 attributes
Defined:
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
    codeListAgencyName
 = 
"DDI"
    codeListAgencyName
 = 
xs:string
    codeListID
 = 
"Summary Statistic 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:
"Mean"
 - 
Mean (2nd Quartile)
"Mode"
 - 
Mode
"Median"
 - 
Median
"ValidCases"
 - 
Valid Cases
"InvalidCases"
 - 
Invalid Cases
"Minimum"
 - 
Mimimum
"Maximum"
 - 
Maximum
"StandardDeviation"
 - 
Standard Deviation
"FirstQuartile"
 - 
First quartile
"ThirdQuartile"
 - 
Third quartile
"FirstQuintile"
 - 
First quintile
"SecondQuintile"
 - 
Second quintile
"ThirdQuintile"
 - 
Third quintile
"FourthQuintile"
 - 
FourthQuintile
"FirstDecile"
 - 
First Decile
"SecondDecile"
 - 
Second Decile
"ThirdDecile"
 - 
Third Decile
"FourthDecile"
 - 
FourthDecile
"FifthDecile"
 - 
FifthDecile
"SixthDecile"
 - 
Sixth Decile
"SeventhDecile"
 - 
Seventh Decile
"EightDecile"
 - 
Eigth Decile
"NinthDecile"
 - 
NinthDecile
"UseOther"
 - 
See otherValue attribute Other

All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:string
  r:CodeValueType (extension)
      SummaryStatisticTypeCodedType (restriction)
Derivation:
restriction of r:CodeValueType
Facets:
enumeration:
"Mean"
 - 
Mean (2nd Quartile)
"Mode"
 - 
Mode
"Median"
 - 
Median
"ValidCases"
 - 
Valid Cases
"InvalidCases"
 - 
Invalid Cases
"Minimum"
 - 
Mimimum
"Maximum"
 - 
Maximum
"StandardDeviation"
 - 
Standard Deviation
"FirstQuartile"
 - 
First quartile
"ThirdQuartile"
 - 
Third quartile
"FirstQuintile"
 - 
First quintile
"SecondQuintile"
 - 
Second quintile
"ThirdQuintile"
 - 
Third quintile
"FourthQuintile"
 - 
FourthQuintile
"FirstDecile"
 - 
First Decile
"SecondDecile"
 - 
Second Decile
"ThirdDecile"
 - 
Third Decile
"FourthDecile"
 - 
FourthDecile
"FifthDecile"
 - 
FifthDecile
"SixthDecile"
 - 
Sixth Decile
"SeventhDecile"
 - 
Seventh Decile
"EightDecile"
 - 
Eigth Decile
"NinthDecile"
 - 
NinthDecile
"UseOther"
 - 
See otherValue attribute Other
XML Source (w/o annotations (29); see within schema source)
<xs:complexType name="SummaryStatisticTypeCodedType">
<xs:simpleContent>
<xs:restriction base="r:CodeValueType">
<xs:enumeration value="Mean"/>
<xs:enumeration value="Mode"/>
<xs:enumeration value="Median"/>
<xs:enumeration value="ValidCases"/>
<xs:enumeration value="InvalidCases"/>
<xs:enumeration value="Minimum"/>
<xs:enumeration value="Maximum"/>
<xs:enumeration value="StandardDeviation"/>
<xs:enumeration value="FirstQuartile"/>
<xs:enumeration value="ThirdQuartile"/>
<xs:enumeration value="FirstQuintile"/>
<xs:enumeration value="SecondQuintile"/>
<xs:enumeration value="ThirdQuintile"/>
<xs:enumeration value="FourthQuintile"/>
<xs:enumeration value="FirstDecile"/>
<xs:enumeration value="SecondDecile"/>
<xs:enumeration value="ThirdDecile"/>
<xs:enumeration value="FourthDecile"/>
<xs:enumeration value="FifthDecile"/>
<xs:enumeration value="SixthDecile"/>
<xs:enumeration value="SeventhDecile"/>
<xs:enumeration value="EightDecile"/>
<xs:enumeration value="NinthDecile"/>
<xs:enumeration value="UseOther"/>
<xs:attribute fixed="Summary Statistic 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:
"Summary Statistic Type"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute fixed="Summary Statistic 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