Namespace: |
|
Content: |
complex, 17 elements |
Defined: |
globally in xmldevice.xsd; see XML source |
Includes: |
definitions of 17 elements |
Used: |
at 2 locations |
XML Representation Summary |
|||||
<...> |
|||||
|
|||||
</...> |
<xs:annotation>
<xs:documentation>
</xs:annotation>
Base element for driver XML documents. The properties below will automatically be injected to the driver if there is an appropriate setter method.
</xs:documentation>
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:sequence>
<xs:annotation>
</xs:element>
<xs:documentation>Driver name.</xs:documentation>
</xs:annotation>
<xs:annotation>
</xs:element>
<xs:documentation>
</xs:annotation>
Information about the driver. Displayed when new patches are created.
</xs:documentation>
<xs:annotation>
</xs:element>
<xs:documentation>The names of the authors of this driver.</xs:documentation>
</xs:annotation>
<xs:annotation>
</xs:element>
<xs:documentation>
</xs:annotation>
Type of driver describing the type of patch it handles. E.g. Voice, Drum etc.
</xs:documentation>
<xs:annotation>
</xs:element>
<xs:documentation>
</xs:annotation>
The size of the patch this Driver supports (or 0 for variable).
</xs:documentation>
<xs:annotation>
</xs:element>
<xs:documentation>
</xs:annotation>
The hex header that sysex files of the format this driver supports will have. The program will attempt to match loaded sysex drivers with the sysexID of a loaded driver. It can be up to 16 bytes and have wildcards (
</xs:documentation>
<code>*</code>
). (ex.
<code>"F041**003F12"</code>
)
<xs:annotation>
</xs:element>
<xs:documentation>
</xs:annotation>
Array holding names/numbers for all patches. Used for comboBox selection.
</xs:documentation>
<xs:annotation>
</xs:element>
<xs:documentation>
</xs:annotation>
Array holding names or numbers for all banks. Used for comboBox.
</xs:documentation>
<xs:annotation>
</xs:element>
<xs:documentation>Offset of deviceID in sysex.</xs:documentation>
</xs:annotation>
<xs:annotation>
</xs:element>
<xs:documentation>Optional parameter - not used yet.</xs:documentation>
</xs:annotation>
<xs:annotation>
</xs:element>
<xs:documentation>Offset of checksum byte.</xs:documentation>
</xs:annotation>
<xs:annotation>
</xs:element>
<xs:documentation>Start of range that Checksum covers.</xs:documentation>
</xs:annotation>
<xs:annotation>
</xs:element>
<xs:documentation>End of range that Checksum covers.</xs:documentation>
</xs:annotation>
<xs:annotation>
</xs:element>
<xs:documentation>
</xs:annotation>
The offset in the patch where the patchname starts. '0' if patch is not named -- remember all offsets are zero based.
</xs:documentation>
<xs:annotation>
</xs:element>
<xs:documentation>
</xs:annotation>
Number of characters in the patch name. (0 if no name)
</xs:documentation>
<xs:annotation>
</xs:element>
<xs:documentation>
</xs:annotation>
Custom properties that will be injected to the driver.
</xs:documentation>
<xs:complexType>
<xs:sequence>
</xs:sequence>
</xs:complexType>
<xs:annotation>
</xs:element>
<xs:documentation>
</xs:annotation>
String of hex characters defining the default patch data.
</xs:documentation>
</xs:complexType>
|
Type: |
xs:string, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>The names of the authors of this driver.</xs:documentation>
</xs:annotation>
</xs:element>
|
Type: |
jsl:stringArray, complex content |
Defined: |
<xs:annotation>
<xs:documentation>
</xs:annotation>
Array holding names or numbers for all banks. Used for comboBox.
</xs:documentation>
</xs:element>
|
Type: |
xs:int, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>End of range that Checksum covers.</xs:documentation>
</xs:annotation>
</xs:element>
|
Type: |
xs:int, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>Offset of checksum byte.</xs:documentation>
</xs:annotation>
</xs:element>
|
Type: |
xs:int, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>Start of range that Checksum covers.</xs:documentation>
</xs:annotation>
</xs:element>
|
Type: |
anonymous complexType, complex content |
Defined: |
<xs:annotation>
<xs:documentation>
</xs:annotation>
Custom properties that will be injected to the driver.
</xs:documentation>
<xs:complexType>
<xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
|
Type: |
xs:int, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>Offset of deviceID in sysex.</xs:documentation>
</xs:annotation>
</xs:element>
|
Type: |
xs:string, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>
</xs:annotation>
Information about the driver. Displayed when new patches are created.
</xs:documentation>
</xs:element>
|
Type: |
xs:string, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>
</xs:annotation>
String of hex characters defining the default patch data.
</xs:documentation>
</xs:element>
|
Type: |
xs:string, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>Driver name.</xs:documentation>
</xs:annotation>
</xs:element>
|
Type: |
xs:int, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>
</xs:annotation>
Number of characters in the patch name. (0 if no name)
</xs:documentation>
</xs:element>
|
Type: |
xs:int, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>
</xs:annotation>
The offset in the patch where the patchname starts. '0' if patch is not named -- remember all offsets are zero based.
</xs:documentation>
</xs:element>
|
Type: |
jsl:stringArray, complex content |
Defined: |
<xs:annotation>
<xs:documentation>
</xs:annotation>
Array holding names/numbers for all patches. Used for comboBox selection.
</xs:documentation>
</xs:element>
|
Type: |
xs:int, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>
</xs:annotation>
The size of the patch this Driver supports (or 0 for variable).
</xs:documentation>
</xs:element>
|
Type: |
xs:string, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>
</xs:annotation>
Type of driver describing the type of patch it handles. E.g. Voice, Drum etc.
</xs:documentation>
</xs:element>
|
Type: |
xs:string, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>
</xs:annotation>
The hex header that sysex files of the format this driver supports will have. The program will attempt to match loaded sysex drivers with the sysexID of a loaded driver. It can be up to 16 bytes and have wildcards (
</xs:documentation>
<code>*</code>
). (ex.
<code>"F041**003F12"</code>
)
</xs:element>
|
Type: |
xs:string, predefined, simple content |
Defined: |
<xs:annotation>
<xs:documentation>Optional parameter - not used yet.</xs:documentation>
</xs:annotation>
</xs:element>
|
This XML schema documentation has been generated with DocFlex/XML 1.9.5 using DocFlex/XML XSDDoc 2.8.1 template set.
DocFlex/XML is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from
any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually
using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML,
single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for "DocFlex/XML SDK" will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only.
And, of course, you could develop any template applications by your own!
Please note that by purchasing a license for this software, you not only acquire a useful tool,
you will also make an important investment in its future development, the results of which you could enjoy later by yourself.
Every single your purchase matters and makes a difference for us!
To purchase a license, please follow this link: http://www.filigris.com/shop/
|