complexType "StandardWeightType"
Namespace:
Content:
complex, 5 attributes, 8 elements
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provides an identified value for a standard weight expressed as an xs:float. This object may be referenced by a variable or statistic and used as a weight for analysis.
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      StandardWeightType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="StandardWeightType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element name="StandardWeightValue" type="xs:float"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/8)
StandardWeightValue
Type:
xs:float, predefined, simple content
Provides the standard weight used for weighted analysis of data expressed as an xs:float. This element is referenced by the variable and/or statistics calculated using the standard weight.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="StandardWeightValue" type="xs:float"/>

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