group "StockLoan.model"
Namespace:
Content:
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
Complex Content Model
lossOfStockBorrow?, maximumStockLoanRate?, increasedCostOfStockBorrow?, initialStockLoanRate?
Content Model Elements (4):
increasedCostOfStockBorrow, initialStockLoanRate, lossOfStockBorrow, maximumStockLoanRate
Known Usage Locations
Annotation
Stock Loan Content Model
XML Source (w/o annotations (5); see within schema source)
<xsd:group name="StockLoan.model">
<xsd:sequence>
<xsd:element minOccurs="0" name="lossOfStockBorrow" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="maximumStockLoanRate" type="RestrictedPercentage"/>
<xsd:element minOccurs="0" name="increasedCostOfStockBorrow" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="initialStockLoanRate" type="RestrictedPercentage"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 4/4)
increasedCostOfStockBorrow
Type:
xsd:boolean, predefined, simple content
If true, then increased cost of stock borrow is applicable.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="increasedCostOfStockBorrow" type="xsd:boolean"/>

initialStockLoanRate
Type:
RestrictedPercentage, simple content
Specifies the initial stock loan rate for Increased Cost of Stock Borrow.
Simple Content
xsd:decimal
maxInclusive:
1
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="initialStockLoanRate" type="RestrictedPercentage"/>

lossOfStockBorrow
Type:
xsd:boolean, predefined, simple content
If true, then loss of stock borrow is applicable.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="lossOfStockBorrow" type="xsd:boolean"/>

maximumStockLoanRate
Type:
RestrictedPercentage, simple content
Specifies the maximum stock loan rate for Loss of Stock Borrow.
Simple Content
xsd:decimal
maxInclusive:
1
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="maximumStockLoanRate" type="RestrictedPercentage"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.