http://www.pdfunit.com
complexType filename_Type

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

Properties
This component is not nillable.

Model
<...
  filename = xs:string
  whitespaces = p:whitespaces_Type>
string
</...>


Attribute Summary
 xs:stringfilename
          
 p:whitespaces_Typewhitespaces
          

Attribute Detail

filename

Type:
xs:string
Use:
optional
Form:
unqualified

whitespaces

Type:
p:whitespaces_Type
Use:
optional
Form:
unqualified

Local Usage
hasAnyAction_Type, hasChainedAction_Type, hasCloseAction_Type, hasJavaScriptAction_Type, hasOpenAction_Type, hasPrintAction_Type, hasSaveAction_Type, hasURIAction_Type

Source
<xs:complexType name="filename_Type">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="filename" type="xs:string"/>
<xs:attribute name="whitespaces" type="p:whitespaces_Type"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>


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