XML Schema Documentation

Complex Type: ReasonCode

[Table of contents]

Super-types: xsd:normalizedString < ReasonCode (by extension)
Sub-types: None
Name ReasonCode
Used by (from the same schema document) Complex Type Reason
Abstract no
Documentation Defines a list of machine interpretable error codes.
XML Instance Representation
<...
reasonCodeScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ReasonCode">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="reasonCodeScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/reason-code-1-0"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>