complexType "FormulaComponent"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:normalizedString
   
>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Elements describing the components of the formula. The name attribute points to a value used in the math element. The href attribute points to a numeric value defined elsewhere in the document that is used by the formula component.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FormulaComponent">
<xsd:sequence>
<xsd:element name="componentDescription" type="NonEmptyNormalizedString"/>
<xsd:element minOccurs="0" name="formula" type="Formula"/>
</xsd:sequence>
<xsd:attribute name="name" type="NormalizedString"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
name
Type:
Use:
optional
Attribute Value
xsd:normalizedString
MinLength:
0
XML Source (see within schema source)
<xsd:attribute name="name" type="NormalizedString"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
componentDescription
Type:
NonEmptyNormalizedString, simple content
Text description of the component
Simple Content
xsd:normalizedString
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="componentDescription" type="NonEmptyNormalizedString"/>

formula
Type:
Formula, complex content
Additional formulas required to describe this component
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="formula" type="Formula"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.