http://www.pdfunit.com
complexType hasKeywords_Type

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

Properties
This component is not nillable.

Model
<...>
(containing*, endingWith?, matchingComplete?, matchingRegex*, notContaining*, notMatchingRegex*, startingWith? )
</...>


Nested Element Summary
p:simpleString_Typecontaining
          
p:simpleString_TypeendingWith
          
p:simpleString_TypematchingComplete
          
p:simpleString_TypematchingRegex
          
p:simpleString_TypenotContaining
          
p:simpleString_TypenotMatchingRegex
          
p:simpleString_TypestartingWith
          
Source
<xs:complexType name="hasKeywords_Type">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="containing" type="p:simpleString_Type"/>
<xs:element minOccurs="0" name="endingWith" type="p:simpleString_Type"/>
<xs:element minOccurs="0" name="matchingComplete" type="p:simpleString_Type"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="matchingRegex" type="p:simpleString_Type"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="notContaining" type="p:simpleString_Type"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="notMatchingRegex" type="p:simpleString_Type"/>
<xs:element minOccurs="0" name="startingWith" type="p:simpleString_Type"/>
</xs:sequence>
</xs:complexType>


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