XML Schema Documentation

Complex Type: CreditRating

[Table of contents]

Super-types: xsd:normalizedString < Scheme (by restriction) < CreditRating (by extension)
Sub-types: None
Name CreditRating
Used by (from the same schema document) Model Group PartyInformation.model
Abstract no
Documentation A party's credit rating.
XML Instance Representation
<...
creditRatingScheme=" xsd:anyURI [0..1]">
Scheme
</...>
Diagram
Schema Component Representation
<xsd:complexType name="CreditRating">
<xsd:simpleContent>
<xsd:extension base=" Scheme ">
<xsd:attribute name="creditRatingScheme" type=" xsd:anyURI " default="http://www.fpml.org/ext/moodys"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>