complexType "StandardWeightType"
Namespace:
Content:
complex, 5 attributes, 7 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 (7):
StandardWeightValue, r:Agency, r:ID, r:MaintainableObject, r:URN, r:UserID, r:Version
All Direct / Indirect Based Elements (1):
StandardWeight
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:AbstractIdentifiableType (extension)
  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/7)
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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set