http://www.pdfunit.com
complexType haveSameAppearance_Type

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

Properties
This component is not nillable.

Model
<...
  fromPage = xs:positiveInteger
  on = p:onPage_Type
  onAnyPageAfter = xs:positiveInteger
  onAnyPageBefore = xs:positiveInteger
  onEveryPageAfter = xs:positiveInteger
  onEveryPageBefore = xs:positiveInteger
  onPage = p:onIndividualPage_Type
  toPage = xs:positiveInteger>
inClippingArea?
</...>


Nested Element Summary
p:sameContentInClippingArea_TypeinClippingArea
          

Attribute Summary
 xs:positiveIntegerfromPage
          
 p:onPage_Typeon
          
 xs:positiveIntegeronAnyPageAfter
          
 xs:positiveIntegeronAnyPageBefore
          
 xs:positiveIntegeronEveryPageAfter
          
 xs:positiveIntegeronEveryPageBefore
          
 p:onIndividualPage_TypeonPage
          
 xs:positiveIntegertoPage
          

Attribute Detail

fromPage

Type:
xs:positiveInteger
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

Source
<xs:complexType name="haveSameAppearance_Type">
<xs:sequence>
<xs:element minOccurs="0" name="inClippingArea" type="p:sameContentInClippingArea_Type"/>
</xs:sequence>
<xs:attributeGroup ref="p:onPageAttributeGroup"/>
</xs:complexType>


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