<?xml version="1.0"?> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" jaxb:version="2.1" targetNamespace="https://jazz.net/xmlns/alm/qm/v0.1/ts/v0.1/" version="1.0" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:appinfo> <jaxb:schemaBindings> <jaxb:package name="com.ibm.rqm.xml.bind"/> </jaxb:schemaBindings> </xs:appinfo> </xs:annotation> <!-- <xs:element name="step"> <xs:annotation> <xs:documentation xml:lang="en"> An instruction step in a test script. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="title" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"> The name of the step. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="description" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"> The details of the step. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="type" type="xs:string" use="required"/> </xs:complexType> </xs:element> --> </xs:schema> |
XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set |