http://www.pdfunit.com
complexType hasSaveAction_Type

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

Properties
This component is not nillable.

Model
<...>
(containing* | matchingComplete* | matchingRegex*)+
</...>


Nested Element Summary
p:filename_Typecontaining
          
p:filename_TypematchingComplete
          
xs:stringmatchingRegex
          
Source
<xs:complexType name="hasSaveAction_Type">
<xs:choice maxOccurs="unbounded">
<xs:element maxOccurs="unbounded" minOccurs="0" name="containing" type="p:filename_Type"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="matchingComplete" type="p:filename_Type"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="matchingRegex" type="xs:string"/>
</xs:choice>
</xs:complexType>


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