urn:schemas-cosylab-com:CDB:1.0
complexType ArrayElement

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:CDB:1.0}ArrayElement (restriction)

Properties
This component is not nillable.

Model
<...
  double = xs:double
  long = xs:int
  string = xs:string>

</...>


Attribute Summary
 xs:doubledouble
          
 xs:intlong
          
 xs:stringstring
          

Attribute Detail

double

Type:
xs:double
Use:
optional
Form:
unqualified

long

Type:
xs:int
Use:
optional
Form:
unqualified

string

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="ArrayElement">
<xs:attribute name="string" type="xs:string" use="optional"/>
<xs:attribute name="double" type="xs:double" use="optional"/>
<xs:attribute name="long" type="xs:int" use="optional"/>
</xs:complexType>


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