complexType "Sensitivity"
Namespace:
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:normalizedString
 = 
xsd:IDREF
   
>
   
Content: 
{ xsd:decimal }
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The sensitivity of a value to a defined change in input parameters.
Type Definition Detail
Type Derivation Tree
xsd:decimal (extension)
  Sensitivity
Derivation:
extension of xsd:decimal
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Sensitivity">
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="name" type="NormalizedString"/>
<xsd:attribute name="definitionRef" type="xsd:IDREF"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
definitionRef
Type:
xsd:IDREF, predefined
Use:
optional
A optional (but normally supplied) reference to the definition of this sensitivity.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="definitionRef" type="xsd:IDREF"/>

name
Type:
Use:
optional
A optional name for this sensitivity. This is primarily intended for display purposes.
Attribute Value
xsd:normalizedString
MinLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="NormalizedString"/>

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.