http://www.unisens.org/unisens2.0
complexType csvFileFormat

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.unisens.org/unisens2.0}fileFormat (restriction)
|
+--{http://www.unisens.org/unisens2.0}csvFileFormat (extension)

Documentation
file format options for CSV files
Properties
This component is not nillable.

Model
<...
  comment = xs:string
  decimalSeparator = xs:string
  separator = xs:string>

</...>


Attribute Summary
 xs:stringcomment
          Free comment. 
 xs:stringdecimalSeparator
           Decimal seperator inside CSV file, usually a dot or a comma.  
 xs:stringseparator
           Separator inside CSV files, normally semicolon or comma.  

Attribute Detail

comment

Free comment.

Type:
xs:string
Use:
optional
Form:
unqualified

decimalSeparator

Decimal seperator inside CSV file, usually a dot or a comma.

Type:
xs:string
Use:
optional
Form:
unqualified

separator

Separator inside CSV files, normally semicolon or comma.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="csvFileFormat">
<xs:complexContent>
<xs:extension base="fileFormat">
<xs:attribute name="separator" type="xs:string">
</xs:attribute>
<xs:attribute name="decimalSeparator" type="xs:string">
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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