http://www.pdfunit.com
complexType withCertificate_Type

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

Properties
This component is not nillable.

Model
<...>
(validForCurrentDate?, validFor?, validFrom?, validUntil?, havingSubjectField* )
</...>


Nested Element Summary
p:certificateField_TypehavingSubjectField
          
p:dateWithPattern_TypevalidFor
          
p:emptyElement_TypevalidForCurrentDate
          
p:dateWithPattern_TypevalidFrom
          
p:dateWithPattern_TypevalidUntil
          
Local Usage
hasSignature_Type

Source
<xs:complexType name="withCertificate_Type">
<xs:sequence>
<xs:element minOccurs="0" name="validForCurrentDate" type="p:emptyElement_Type"/>
<xs:element minOccurs="0" name="validFor" type="p:dateWithPattern_Type"/>
<xs:element minOccurs="0" name="validFrom" type="p:dateWithPattern_Type"/>
<xs:element minOccurs="0" name="validUntil" type="p:dateWithPattern_Type"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="havingSubjectField" type="p:certificateField_Type"/>
</xs:sequence>
</xs:complexType>


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