http://www.pdfunit.com
complexType pdfunit_Type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.pdfunit.com}pdfunit_Type (restriction)

Properties
This component is not nillable.

Model
<...
  version = p:productVersion_Type>
(header, comment, testcase* )
</...>


Nested Element Summary
xs:stringcomment
          
p:header_Typeheader
          
p:testcase_Typetestcase
          

Attribute Summary
 p:productVersion_Typeversion
          

Attribute Detail

version

Type:
p:productVersion_Type
Use:
required
Form:
unqualified

Source
<xs:complexType name="pdfunit_Type">
<xs:sequence>
<xs:element name="header" type="p:header_Type"/>
<xs:element name="comment" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="testcase" type="p:testcase_Type"/>
</xs:sequence>
<xs:attribute name="version" type="p:productVersion_Type" use="required"/>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.