http://www.pdfunit.com
attributeGroup clippingAreaAttributeGroup

Properties
This component is not nillable.

Model

  height = xs:decimal
  unit = p:unit_Type
  upperLeftX = xs:decimal
  upperLeftY = xs:decimal
  width = xs:decimal



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
inClippingArea_Type, sameContentInClippingArea_Type

Source
<xs:attributeGroup name="clippingAreaAttributeGroup">
<xs:attribute name="upperLeftX" type="xs:decimal" use="required"/>
<xs:attribute name="upperLeftY" type="xs:decimal" use="required"/>
<xs:attribute name="width" type="xs:decimal" use="required"/>
<xs:attribute name="height" type="xs:decimal" use="required"/>
<xs:attribute name="unit" type="p:unit_Type" use="optional"/>
</xs:attributeGroup>


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