XML Schema Documentation

Simple Type: DifferenceSeverityEnum

[Table of contents]

Super-types: xsd:token < DifferenceSeverityEnum (by restriction)
Sub-types: None
Name DifferenceSeverityEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Warning'|'Error'}
Documentation The ISDA defined value indicating the severity of a difference.
Diagram
Schema Component Representation
<xsd:simpleType name="DifferenceSeverityEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Warning"/>
<xsd:enumeration value="Error"/>
</xsd:restriction>
</xsd:simpleType>