http://www.pdfunit.com
complexType certificateField_Type

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

Properties
This component is not nillable.

Model
<...
  name = xs:string
  value = xs:string>

</...>


Attribute Summary
 xs:stringname
          
 xs:stringvalue
          

Attribute Detail

name

Type:
xs:string
Use:
required
Form:
unqualified

value

Type:
xs:string
Use:
optional
Form:
unqualified

Local Usage
withCertificate_Type

Source
<xs:complexType name="certificateField_Type">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="value" type="xs:string" use="optional"/>
</xs:complexType>


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