http://www.pdfunit.com
complexType inClippingArea_Type

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

Properties
This component is not nillable.

Model
<...
  height = xs:decimal
  unit = p:unit_Type
  upperLeftX = xs:decimal
  upperLeftY = xs:decimal
  width = xs:decimal>
(startingWith?, containing*, matchingComplete*, matchingRegex*, endingWith?, notStartingWith*, notContaining*, notMatchingRegex*, notEndingWith* )
</...>


Nested Element Summary
p:textWithWhitespacesAttribute_Typecontaining
          
xs:stringendingWith
          
p:textWithWhitespacesAttribute_TypematchingComplete
          
xs:stringmatchingRegex
          
p:textWithWhitespacesAttribute_TypenotContaining
          
xs:stringnotEndingWith
          
xs:stringnotMatchingRegex
          
xs:stringnotStartingWith
          
xs:stringstartingWith
          

Attribute Summary
 xs:decimalheight
          
 p:unit_Typeunit
          
 xs:decimalupperLeftX
          
 xs:decimalupperLeftY
          
 xs:decimalwidth
          

Attribute Detail

height

Type:
xs:decimal
Use:
required
Form:
unqualified

unit

Type:
p:unit_Type
Use:
optional
Form:
unqualified

upperLeftX

Type:
xs:decimal
Use:
required
Form:
unqualified

upperLeftY

Type:
xs:decimal
Use:
required
Form:
unqualified

width

Type:
xs:decimal
Use:
required
Form:
unqualified

Local Usage
hasNoText_Type, hasText_Type

Source
<xs:complexType name="inClippingArea_Type">
<xs:group ref="p:textComparingGroup"/>
<xs:attributeGroup ref="p:clippingAreaAttributeGroup"/>
</xs:complexType>


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