XML Schema Documentation

Complex Type: Lien

[Table of contents]

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