http://www.pdfunit.com
complexType hasSignature_Type

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

Properties
This component is not nillable.

Model
<...
  name = xs:string>
(coveringWholeDocument? ; withNumberOfRevisions? ; withReason? ; withRevision? ; withCertificate? ; withSigningDate? ; withSigningName?)
</...>


Nested Element Summary
p:emptyElement_TypecoveringWholeDocument
          
p:withCertificate_TypewithCertificate
          
p:withNumberOfRevisions_TypewithNumberOfRevisions
          
xs:stringwithReason
          
p:withRevision_TypewithRevision
          
p:dateWithPattern_TypewithSigningDate
          
p:withSigningName_TypewithSigningName
          

Attribute Summary
 xs:stringname
          

Attribute Detail

name

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:complexType name="hasSignature_Type">
<xs:all>
<xs:element minOccurs="0" name="coveringWholeDocument" type="p:emptyElement_Type"/>
<xs:element minOccurs="0" name="withNumberOfRevisions" type="p:withNumberOfRevisions_Type"/>
<xs:element minOccurs="0" name="withReason" type="xs:string"/>
<xs:element minOccurs="0" name="withRevision" type="p:withRevision_Type"/>
<xs:element minOccurs="0" name="withCertificate" type="p:withCertificate_Type"/>
<xs:element minOccurs="0" name="withSigningDate" type="p:dateWithPattern_Type"/>
<xs:element minOccurs="0" name="withSigningName" type="p:withSigningName_Type"/>
</xs:all>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>


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