This element expresses the cost and probability of a completed observation request represented by the parent element level. Used by servers to communicate the quality and price of their services to clients. Absolute times can be derived via DateTimes associated with the parent element (e.g. the document's timeStamp or the <Schedule>'s <DateTimeConstraint>). |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xs:ID | optional | ||||
rdf | xs:anyURI | optional | ||||
ref | xs:IDREF | optional | ||||
uref | UniqueNamesSimpleType | optional |
Elements | RTML/Scoring, ScheduleComplexType/Scoring |
<xs:complexType name="ScoringComplexType"> <xs:annotation> <xs:documentation>This element expresses the cost and probability of a completed observation request represented by the parent element level. Used by servers to communicate the quality and price of their services to clients. Absolute times can be derived via DateTimes associated with the parent element (e.g. the document's timeStamp or the <Schedule>'s <DateTimeConstraint>).</xs:documentation> </xs:annotation> <xs:sequence minOccurs="1" maxOccurs="unbounded"> <xs:element name="Score"> <xs:complexType> <xs:simpleContent> <xs:extension base="EmptyElementTypes"> <xs:attribute name="delay" type="xs:duration" use="required"/> <xs:attribute name="probability" type="xs:double"/> <xs:attribute name="cumulative" type="xs:double"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="RTMLAttributes"/> </xs:complexType> |