http://www.pdfunit.com
complexType pdfunitDate_Type

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

Properties
This component is not nillable.

Model
<...
  resolution = p:dateResolution_Type
  withDate = p:dateOrDateTime_Type>
emptyElement_Type
</...>


Attribute Summary
 p:dateResolution_Typeresolution
          
 p:dateOrDateTime_TypewithDate
          

Attribute Detail

resolution

Type:
p:dateResolution_Type
Use:
optional
Form:
unqualified

withDate

Type:
p:dateOrDateTime_Type
Use:
optional
Form:
unqualified

Source
<xs:complexType name="pdfunitDate_Type">
<xs:simpleContent>
<xs:extension base="p:emptyElement_Type">
<xs:attribute name="withDate" type="p:dateOrDateTime_Type" use="optional"/>
<xs:attribute name="resolution" type="p:dateResolution_Type" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>


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