http://www.pdfunit.com
complexType pdf_type

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

Properties
This component is not nillable.

Model
<...
  isURL = anySimpleType
  name = xs:string>

</...>


Attribute Summary
 anySimpleTypeisURL
          
 xs:stringname
          

Attribute Detail

isURL

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

name

Type:
xs:string
Use:
required
Form:
unqualified

Local Usage
assertThatEachDocument_Type

Source
<xs:complexType name="pdf_type">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute fixed="YES" name="isURL" use="optional"/>
</xs:complexType>


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