http://www.pdfunit.com
complexType hasPermission_Type

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

Properties
This component is not nillable.

Model
<...
  toAllowScreenReaders = p:yesNo_Type
  toAssembleDocument = p:yesNo_Type
  toCopyContent = p:yesNo_Type
  toExtractContent = p:yesNo_Type
  toFillInFields = p:yesNo_Type
  toModifyAnnotations = p:yesNo_Type
  toModifyContent = p:yesNo_Type
  toPrint = p:yesNo_Type
  toPrintInDegradedQuality = p:yesNo_Type>

</...>


Attribute Summary
 p:yesNo_TypetoAllowScreenReaders
          
 p:yesNo_TypetoAssembleDocument
          
 p:yesNo_TypetoCopyContent
          
 p:yesNo_TypetoExtractContent
          
 p:yesNo_TypetoFillInFields
          
 p:yesNo_TypetoModifyAnnotations
          
 p:yesNo_TypetoModifyContent
          
 p:yesNo_TypetoPrint
          
 p:yesNo_TypetoPrintInDegradedQuality
          

Attribute Detail

toAllowScreenReaders

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

toAssembleDocument

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

toCopyContent

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

toExtractContent

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

toFillInFields

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

toModifyAnnotations

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

toModifyContent

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

toPrint

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

toPrintInDegradedQuality

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

Source
<xs:complexType name="hasPermission_Type">
<xs:attribute name="toAllowScreenReaders" type="p:yesNo_Type"/>
<xs:attribute name="toAssembleDocument" type="p:yesNo_Type"/>
<xs:attribute name="toCopyContent" type="p:yesNo_Type"/>
<xs:attribute name="toExtractContent" type="p:yesNo_Type"/>
<xs:attribute name="toFillInFields" type="p:yesNo_Type"/>
<xs:attribute name="toModifyAnnotations" type="p:yesNo_Type"/>
<xs:attribute name="toModifyContent" type="p:yesNo_Type"/>
<xs:attribute name="toPrint" type="p:yesNo_Type"/>
<xs:attribute name="toPrintInDegradedQuality" type="p:yesNo_Type"/>
</xs:complexType>


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