
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| defaultValue | NUMBER | optional | ||||
| displayValue | xs:string | optional | ||||
| priorProbability | PROB-NUMBER | optional | ||||
| value | xs:string | optional |
| Element | Target |
<xs:element name="TargetValue"> <xs:complexType> <xs:sequence> <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Partition" minOccurs="0"/> </xs:sequence> <xs:attribute name="value" type="xs:string"/> <xs:attribute name="displayValue" type="xs:string"/> <xs:attribute name="priorProbability" type="PROB-NUMBER"/> <xs:attribute name="defaultValue" type="NUMBER"/> </xs:complexType> </xs:element> |