http://www.pdfunit.com
complexType hasLocale_Type

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

Properties
This component is not nillable.

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

</...>


Attribute Summary
 xs:stringname
          
 xs:stringstring
          

Attribute Detail

name

Type:
xs:string
Use:
optional
Form:
unqualified

string

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="hasLocale_Type">
<xs:attribute name="name" type="xs:string" use="optional"/>
<xs:attribute name="string" 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.