Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,12 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:element name="MinimumAccountSecurityLevel" type="xsd:nonPositiveInteger" >
<xsd:annotation>
<xsd:documentation>Required (minimum) sequrity level of any account that should hold a FareContract representing this product. The value is specified as a negative number, 0 is the highest level of security (most secure). </xsd:documentation>
<xsd:documentation>DEPRECATED: Use ProductRiskLimit instead. (Required (minimum) sequrity level of any account that should hold a FareContract representing this product. The value is specified as a negative number, 0 is the highest level of security (most secure)).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProductRiskLimit" type="xsd:positiveInteger" >
<xsd:annotation>
<xsd:documentation>Required (maximum) sequrity level of any account that should hold a FareContract representing this product. A low value means an account with low risk is required, a high value allows a less secure account to hold this product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down