Specifies a list of test names internally referenced by an "sso" element or an "ssp" element. It wraps a list of "typing-test-name" elements, which contain the test identifiers. Children: --------- - typing-test-name: (required, qty: 1 or more) Attributes: ----------- - test-id: (required, qty: 1) Reference identifier (unique string) internal to the document used for referencing the list of tests contained here with a typing-method. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
test-id | restriction of xs:string | required |
Element | hml/typing-test-names |
<xs:complexType name="typing-test-names"> <xs:annotation> <xs:documentation>Specifies a list of test names internally referenced by an "sso" element or an "ssp" element. It wraps a list of "typing-test-name" elements, which contain the test identifiers. Children: --------- - typing-test-name: (required, qty: 1 or more) Attributes: ----------- - test-id: (required, qty: 1) Reference identifier (unique string) internal to the document used for referencing the list of tests contained here with a typing-method.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="typing-test-name" type="hmlns:typing-test-name" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="test-id" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> |