Element | Scorecard |
<xs:attribute name="baselineMethod" default="other"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="max"/> <xs:enumeration value="min"/> <xs:enumeration value="mean"/> <xs:enumeration value="neutral"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:attribute> |