http://www.pdfunit.com
simpleType onPage_Type

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

Properties
This component is not nillable.

Model

('ANY_PAGE' | 'EVEN_PAGES' | 'EACH_PAGE' | 'EVERY_PAGE' | 'FIRST_PAGE' | 'LAST_PAGE' | 'ODD_PAGES')

Local Usage
onPageAttributeGroup

Source
<xs:simpleType name="onPage_Type">
<xs:restriction base="xs:string">
<xs:enumeration value="ANY_PAGE"/>
<xs:enumeration value="EVEN_PAGES"/>
<xs:enumeration value="EACH_PAGE"/>
<xs:enumeration value="EVERY_PAGE"/>
<xs:enumeration value="FIRST_PAGE"/>
<xs:enumeration value="LAST_PAGE"/>
<xs:enumeration value="ODD_PAGES"/>
</xs:restriction>
</xs:simpleType>


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