http://www.pdfunit.com
complexType hasFormat_Type

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

Properties
This component is not nillable.

Model
<...
  format = p:formatConstant_Type
  fromPage = xs:positiveInteger
  height = p:sizeFormat_Type
  on = p:onPage_Type
  onAnyPageAfter = xs:positiveInteger
  onAnyPageBefore = xs:positiveInteger
  onEveryPageAfter = xs:positiveInteger
  onEveryPageBefore = xs:positiveInteger
  onPage = p:onIndividualPage_Type
  toPage = xs:positiveInteger
  unit = p:unit_Type
  width = p:sizeFormat_Type>

</...>


Attribute Summary
 p:formatConstant_Typeformat
          
 xs:positiveIntegerfromPage
          
 p:sizeFormat_Typeheight
          
 p:onPage_Typeon
          
 xs:positiveIntegeronAnyPageAfter
          
 xs:positiveIntegeronAnyPageBefore
          
 xs:positiveIntegeronEveryPageAfter
          
 xs:positiveIntegeronEveryPageBefore
          
 p:onIndividualPage_TypeonPage
          
 xs:positiveIntegertoPage
          
 p:unit_Typeunit
          
 p:sizeFormat_Typewidth
          

Attribute Detail

format

Type:
p:formatConstant_Type
Use:
optional
Form:
unqualified

fromPage

Type:
xs:positiveInteger
Use:
optional
Form:
unqualified

height

Type:
p:sizeFormat_Type
Use:
optional
Form:
unqualified

on

Type:
p:onPage_Type
Use:
optional
Form:
unqualified

onAnyPageAfter

Type:
xs:positiveInteger
Use:
optional
Form:
unqualified

onAnyPageBefore

Type:
xs:positiveInteger
Use:
optional
Form:
unqualified

onEveryPageAfter

Type:
xs:positiveInteger
Use:
optional
Form:
unqualified

onEveryPageBefore

Type:
xs:positiveInteger
Use:
optional
Form:
unqualified

onPage

Type:
p:onIndividualPage_Type
Use:
optional
Form:
unqualified

toPage

Type:
xs:positiveInteger
Use:
optional
Form:
unqualified

unit

Type:
p:unit_Type
Use:
optional
Form:
unqualified

width

Type:
p:sizeFormat_Type
Use:
optional
Form:
unqualified

Source
<xs:complexType name="hasFormat_Type">
<xs:attribute name="format" type="p:formatConstant_Type" use="optional"/>
<xs:attributeGroup ref="p:onPageAttributeGroup"/>
<xs:attribute name="width" type="p:sizeFormat_Type" use="optional"/>
<xs:attribute name="height" type="p:sizeFormat_Type" use="optional"/>
<xs:attribute name="unit" type="p:unit_Type" use="optional"/>
</xs:complexType>


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