typing-test-name

Specifies a single test name contained in a referenced "typing-test-
          names" list.  Typing tests may be referenced by other elements 
          including SSO, SSP, etc.

        Attributes:
        -----------
        - name: (required) Fully qualified test name
                (ex: "L999.K1.V1.A9F-S11", "L999.K1.V1.SSP12345")

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name restriction of xs:string required

Used By

Source

<xs:complexType name="typing-test-name">
  <xs:annotation>
    <xs:documentation>Specifies a single test name contained in a referenced "typing-test- names" list. Typing tests may be referenced by other elements including SSO, SSP, etc. Attributes: ----------- - name: (required) Fully qualified test name (ex: "L999.K1.V1.A9F-S11", "L999.K1.V1.SSP12345")</xs:documentation>
  </xs:annotation>
  <xs:attribute name="name" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>