http://www.pdfunit.com
complexType isEqualTo_Type

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

Properties
This component is not nillable.

Model
<...
  image = xs:string
  positionUpperLeftX = xs:nonNegativeInteger
  positionUpperLeftY = xs:nonNegativeInteger
  unit = p:unit_Type>

</...>


Attribute Summary
 xs:stringimage
          
 xs:nonNegativeIntegerpositionUpperLeftX
          
 xs:nonNegativeIntegerpositionUpperLeftY
          
 p:unit_Typeunit
          

Attribute Detail

image

Type:
xs:string
Use:
required
Form:
unqualified

positionUpperLeftX

Type:
xs:nonNegativeInteger
Use:
optional
Form:
unqualified

positionUpperLeftY

Type:
xs:nonNegativeInteger
Use:
optional
Form:
unqualified

unit

Type:
p:unit_Type
Use:
optional
Form:
unqualified

Local Usage
asRenderedPage_Type

Source
<xs:complexType name="isEqualTo_Type">
<xs:attribute name="image" type="xs:string" use="required"/>
<xs:attributeGroup ref="p:positionUpperLeftXY"/>
</xs:complexType>


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