http://www.pdfunit.com
complexType containsOneOfTheseImages_Type
- Super Types
 
{http://www.w3.org/2001/XMLSchema}anyType
  |
  +--{http://www.pdfunit.com}containsOneOfTheseImages_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>
  image+  
</...> 
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="containsOneOfTheseImages_Type">  <xs:sequence>    <xs:element maxOccurs="unbounded" minOccurs="1" name="image" type="p:pdfImageType"/>   </xs:sequence> </xs:complexType> 
Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.