XML Schema Documentation

Complex Type: FacilityType

[Table of contents]

Super-types: xsd:token < FacilityType (by extension)
Sub-types: None
Name FacilityType
Used by (from the same schema document) Complex Type Loan
Abstract no
Documentation A type describing the type of loan facility.
XML Instance Representation
<...
facilityTypeScheme=" xsd:anyURI [0..1]">
xsd:token
</...>
Diagram
Schema Component Representation
<xsd:complexType name="FacilityType">
<xsd:simpleContent>
<xsd:extension base=" xsd:token ">
<xsd:attribute name="facilityTypeScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/facility-type-1-0"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>