XML Schema Documentation

Complex Type: SensitivitySet

[Table of contents]

Super-types: None
Sub-types: None
Name SensitivitySet
Used by (from the same schema document) Complex Type Quotation
Abstract no
Documentation A collection of sensitivities. References a definition that explains the meaning/type of the sensitivities.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<name> xsd:string </name> [0..1]
<definitionReference> SensitivitySetReference </definitionReference> [0..1]

'A reference to a sensitivity set definition.'

<sensitivity> Sensitivity </sensitivity> [0..*]
</...>
Diagram
type_Sensitivity
Schema Component Representation
<xsd:complexType name="SensitivitySet">
<xsd:sequence>
<xsd:element name="name" type=" xsd:string " minOccurs="0"/>
<xsd:element name="definitionReference" type=" SensitivitySetReference " minOccurs="0"/>
<xsd:element name="sensitivity" type=" Sensitivity " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>