Element | Scorecard |
<xs:attribute name="reasonCodeAlgorithm" default="pointsBelow"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="pointsAbove"/> <xs:enumeration value="pointsBelow"/> </xs:restriction> </xs:simpleType> </xs:attribute> |