
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| negativeTargetFieldDisplayValue | xs:string | optional | ||||
| negativeTargetFieldValue | xs:string | optional | ||||
| positiveTargetFieldDisplayValue | xs:string | optional | ||||
| positiveTargetFieldValue | xs:string | required |
| Element | PredictiveModelQuality |
<xs:element name="ROC"> <xs:complexType> <xs:sequence> <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="ROCGraph"/> </xs:sequence> <xs:attribute name="positiveTargetFieldValue" type="xs:string" use="required"/> <xs:attribute name="positiveTargetFieldDisplayValue" type="xs:string"/> <xs:attribute name="negativeTargetFieldValue" type="xs:string"/> <xs:attribute name="negativeTargetFieldDisplayValue" type="xs:string"/> </xs:complexType> </xs:element> |