http://www.pdfunit.com
complexType testcase_Type

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

Properties
This component is not nillable.

Model
<...
  errorExpected = anySimpleType
  ignore = xs:string
  name = p:name_Type>
(assertThat | assertThatEachDocument | verifyInstallation)
</...>


Nested Element Summary
p:assertThat_TypeassertThat
          
p:assertThatEachDocument_TypeassertThatEachDocument
          
p:verificationInstallation_TypeverifyInstallation
          

Attribute Summary
 anySimpleTypeerrorExpected
          
 xs:stringignore
          
 p:name_Typename
          

Attribute Detail

errorExpected

Type:
anySimpleType
Fixed:
YES
Use:
optional
Form:
unqualified

ignore

Type:
xs:string
Use:
optional
Form:
unqualified

name

Type:
p:name_Type
Use:
required
Form:
unqualified

Local Usage
pdfunit_Type

Source
<xs:complexType name="testcase_Type">
<xs:choice>
<xs:element name="assertThat" type="p:assertThat_Type"/>
<xs:element name="assertThatEachDocument" type="p:assertThatEachDocument_Type"/>
<xs:element name="verifyInstallation" type="p:verificationInstallation_Type"/>
</xs:choice>
<xs:attribute name="name" type="p:name_Type" use="required"/>
<xs:attribute fixed="YES" name="errorExpected"/>
<xs:attribute name="ignore" type="xs:string"/>
</xs:complexType>


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