http://www.pdfunit.com
complexType header_Type

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

Properties
This component is not nillable.

Model
<...
  author = xs:string
  date = xs:date
  namespace = xs:string>

</...>


Attribute Summary
 xs:stringauthor
          
 xs:datedate
          
 xs:stringnamespace
          

Attribute Detail

author

Type:
xs:string
Use:
optional
Form:
unqualified

date

Type:
xs:date
Use:
optional
Form:
unqualified

namespace

Type:
xs:string
Use:
required
Form:
unqualified

Local Usage
pdfunit_Type

Source
<xs:complexType name="header_Type">
<xs:attribute name="author" type="xs:string"/>
<xs:attribute name="date" type="xs:date"/>
<xs:attribute name="namespace" 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.