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

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

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

Model
<...
  comment = xs:string
  fileFormatName = xs:string
  {any attribute from the namespaces }>

</...>


Attribute Summary
 xs:stringcomment
          Free comment. 
 xs:stringfileFormatName
          

Attribute Detail

comment

Free comment.

Type:
xs:string
Use:
optional
Form:
unqualified

fileFormatName

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="customFileFormat">
<xs:complexContent>
<xs:extension base="fileFormat">
<xs:attribute name="fileFormatName" type="xs:string"/>
<xs:anyAttribute/>
</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.