http://www.pdfunit.com
complexType assertThat_Type

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

Properties
This component is not nillable.

Model
<...
  masterDocument = p:document_Type
  masterIsURL = anySimpleType
  masterPassword = xs:string
  testDocument = p:document_Type
  testIsURL = anySimpleType
  testPassword = xs:string>
abstractAssertion+?
</...>


Nested Element Summary
 abstractAssertion
          

Attribute Summary
 p:document_TypemasterDocument
          
 anySimpleTypemasterIsURL
          
 xs:stringmasterPassword
          
 p:document_TypetestDocument
          
 anySimpleTypetestIsURL
          
 xs:stringtestPassword
          

Attribute Detail

masterDocument

Type:
p:document_Type
Use:
optional
Form:
unqualified

masterIsURL

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

masterPassword

Type:
xs:string
Use:
optional
Form:
unqualified

testDocument

Type:
p:document_Type
Use:
required
Form:
unqualified

testIsURL

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

testPassword

Type:
xs:string
Use:
optional
Form:
unqualified

Local Usage
testcase_Type

Source
<xs:complexType name="assertThat_Type">
<xs:choice minOccurs="0">
<xs:element maxOccurs="unbounded" ref="p:abstractAssertion"/>
</xs:choice>
<xs:attribute name="testDocument" type="p:document_Type" use="required"/>
<xs:attribute name="testPassword" type="xs:string" use="optional"/>
<xs:attribute name="masterDocument" type="p:document_Type" use="optional"/>
<xs:attribute name="masterPassword" type="xs:string" use="optional"/>
<xs:attribute fixed="YES" name="testIsURL" use="optional"/>
<xs:attribute fixed="YES" name="masterIsURL" use="optional"/>
</xs:complexType>


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