http://www.pdfunit.com
complexType dateWithPattern_Type

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

Properties
This component is not nillable.

Model
<...
  date = xs:string
  pattern = xs:string>

</...>


Attribute Summary
 xs:stringdate
          
 xs:stringpattern
          

Attribute Detail

date

Type:
xs:string
Use:
required
Form:
unqualified

pattern

Type:
xs:string
Use:
required
Form:
unqualified

Local Usage
hasSignature_Type, withCertificate_Type

Source
<xs:complexType name="dateWithPattern_Type">
<xs:attribute name="date" type="xs:string" use="required"/>
<xs:attribute name="pattern" 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.