| 13 | | <!-- URI of the document checked--> |
| 14 | | <xs:element ref="m:uri" minOccurs="0" maxOccurs="1"/> |
| 15 | | <!-- URI of the observer --> |
| 16 | | <xs:element ref="m:callingUri" minOccurs="0"/> |
| 17 | | <!-- "Version" of the document. For example CSS 2, XHTML 1.0 Strict, ... --> |
| 18 | | <xs:element ref="m:version" minOccurs="0"/> |
| 19 | | <!-- Observation date--> |
| 20 | | <xs:element ref="m:date" minOccurs="0"/> |
| 21 | | <!-- used for conformance checks --> |
| 22 | | <xs:element ref="m:passed" minOccurs="0"/> |
| 23 | | <!-- Result of the observation --> |
| 24 | | <xs:element ref="m:result"/> |
| | 13 | <!-- URI of the document checked--> |
| | 14 | <xs:element ref="m:uri" minOccurs="0" maxOccurs="1" /> |
| | 15 | <!-- URI of the observer --> |
| | 16 | <xs:element ref="m:callingUri" minOccurs="0" /> |
| | 17 | <!-- "Version" of the document. For example CSS 2, XHTML 1.0 Strict, ... --> |
| | 18 | <xs:element ref="m:version" minOccurs="0" /> |
| | 19 | <!-- Observation date--> |
| | 20 | <xs:element ref="m:date" minOccurs="0" /> |
| | 21 | <!-- used for conformance checks --> |
| | 22 | <xs:element ref="m:passed" minOccurs="0" /> |
| | 23 | <!-- Result of the observation --> |
| | 24 | <xs:element ref="m:result" /> |
| | 25 | <xs:element name="rating" minOccurs="0" maxOccurs="1"> |
| | 26 | <xs:simpleType> |
| | 27 | <xs:restriction base="xs:int"> |
| | 28 | <xs:minExclusive value="0"></xs:minExclusive> |
| | 29 | <xs:maxExclusive value="100"></xs:maxExclusive> |
| | 30 | </xs:restriction> |
| | 31 | </xs:simpleType> |
| | 32 | </xs:element> |