http://www.pdfunit.com
complexType hasProperty_Type

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

Properties
This component is not nillable.

Model
<...
  name = xs:string>
(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
          

Attribute Summary
 xs:stringname
          

Attribute Detail

name

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:complexType name="hasProperty_Type">
<xs:all>
<xs:element 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 minOccurs="0" name="matchingRegex" type="p:simpleString_Type"/>
<xs:element minOccurs="0" name="notContaining" type="p:simpleString_Type"/>
<xs:element minOccurs="0" name="notMatchingRegex" type="p:simpleString_Type"/>
<xs:element minOccurs="0" name="startingWith" type="p:simpleString_Type"/>
</xs:all>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>


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