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

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

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

Model
<...
  comment = xs:string
  endianess = Endianess>

</...>


Attribute Summary
 xs:stringcomment
          Free comment. 
 Endianessendianess
           Byte order: LITTLE or BIG for little endianess or big endianess.  

Attribute Detail

comment

Free comment.

Type:
xs:string
Use:
optional
Form:
unqualified

endianess

Byte order: LITTLE or BIG for little endianess or big endianess.

Type:
Endianess
Use:
optional
Form:
unqualified

Source
<xs:complexType name="binFileFormat">
<xs:complexContent>
<xs:extension base="fileFormat">
<xs:attribute name="endianess" type="Endianess">
</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.