complexType "jsl:xmlDriverSpec"
Namespace:
Content:
complex, 17 elements
Defined:
globally in xmldevice.xsd; see XML source
Includes:
definitions of 17 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (17):
jsl:authors (type xs:string), jsl:bankNumbers (type jsl:stringArray), jsl:checksumEnd (type xs:int), jsl:checksumOffset (type xs:int), jsl:checksumStart (type xs:int), jsl:customProperties (defined in jsl:xmlDriverSpec complexType), jsl:deviceIDoffset (type xs:int), jsl:infoText (type xs:string), jsl:initPatch (type xs:string), jsl:name (type xs:string), jsl:patchNameSize (type xs:int), jsl:patchNameStart (type xs:int), jsl:patchNumbers (type jsl:stringArray), jsl:patchSize (type xs:int), jsl:patchType (type xs:string), jsl:sysexID (type xs:string), jsl:sysexRequestDumpString (type xs:string)
All Direct / Indirect Based Elements (2):
jsl:xmlBankDriverSpec, jsl:xmlPatchDriverSpec
Known Usage Locations
Annotation
Base element for driver XML documents. The properties below will automatically be injected to the driver if there is an appropriate setter method.
XML Source (see within schema source)
<xs:complexType name="xmlDriverSpec">
<xs:annotation>
<xs:documentation>
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:annotation>
<xs:sequence>
<xs:element name="name" type="xs:string">
<xs:annotation>
<xs:documentation>Driver name.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="infoText" type="xs:string">
<xs:annotation>
<xs:documentation>
Information about the driver. Displayed when new patches are created.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="authors" type="xs:string">
<xs:annotation>
<xs:documentation>The names of the authors of this driver.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="patchType" type="xs:string">
<xs:annotation>
<xs:documentation>
Type of driver describing the type of patch it handles. E.g. Voice, Drum etc.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="patchSize" type="xs:int">
<xs:annotation>
<xs:documentation>
The size of the patch this Driver supports (or 0 for variable).
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sysexID" type="xs:string">
<xs:annotation>
<xs:documentation>
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 (
<code>*</code>
). (ex.
<code>"F041**003F12"</code>
)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="patchNumbers" type="jsl:stringArray">
<xs:annotation>
<xs:documentation>
Array holding names/numbers for all patches. Used for comboBox selection.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="bankNumbers" type="jsl:stringArray">
<xs:annotation>
<xs:documentation>
Array holding names or numbers for all banks. Used for comboBox.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="deviceIDoffset" type="xs:int">
<xs:annotation>
<xs:documentation>Offset of deviceID in sysex.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="sysexRequestDumpString" type="xs:string">
<xs:annotation>
<xs:documentation>Optional parameter - not used yet.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="checksumOffset" type="xs:int">
<xs:annotation>
<xs:documentation>Offset of checksum byte.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="checksumStart" type="xs:int">
<xs:annotation>
<xs:documentation>Start of range that Checksum covers.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="checksumEnd" type="xs:int">
<xs:annotation>
<xs:documentation>End of range that Checksum covers.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="patchNameStart" type="xs:int">
<xs:annotation>
<xs:documentation>
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:element name="patchNameSize" type="xs:int">
<xs:annotation>
<xs:documentation>
Number of characters in the patch name. (0 if no name)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="customProperties">
<xs:annotation>
<xs:documentation>
Custom properties that will be injected to the driver.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="customProperty" type="jsl:property"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="initPatch" type="xs:string">
<xs:annotation>
<xs:documentation>
String of hex characters defining the default patch data.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; 17/17)
jsl:authors
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
The names of the authors of this driver.
XML Source (see within schema source)
<xs:element name="authors" type="xs:string">
<xs:annotation>
<xs:documentation>The names of the authors of this driver.</xs:documentation>
</xs:annotation>
</xs:element>

jsl:bankNumbers
Type:
jsl:stringArray, complex content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
Array holding names or numbers for all banks. Used for comboBox.
XML Source (see within schema source)
<xs:element name="bankNumbers" type="jsl:stringArray">
<xs:annotation>
<xs:documentation>
Array holding names or numbers for all banks. Used for comboBox.
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:checksumEnd
Type:
xs:int, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
End of range that Checksum covers.
XML Source (see within schema source)
<xs:element name="checksumEnd" type="xs:int">
<xs:annotation>
<xs:documentation>End of range that Checksum covers.</xs:documentation>
</xs:annotation>
</xs:element>

jsl:checksumOffset
Type:
xs:int, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
Offset of checksum byte.
XML Source (see within schema source)
<xs:element name="checksumOffset" type="xs:int">
<xs:annotation>
<xs:documentation>Offset of checksum byte.</xs:documentation>
</xs:annotation>
</xs:element>

jsl:checksumStart
Type:
xs:int, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
Start of range that Checksum covers.
XML Source (see within schema source)
<xs:element name="checksumStart" type="xs:int">
<xs:annotation>
<xs:documentation>Start of range that Checksum covers.</xs:documentation>
</xs:annotation>
</xs:element>

jsl:customProperties
Type:
anonymous complexType, complex content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
Custom properties that will be injected to the driver.
XML Source (see within schema source)
<xs:element minOccurs="0" name="customProperties">
<xs:annotation>
<xs:documentation>
Custom properties that will be injected to the driver.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="customProperty" type="jsl:property"/>
</xs:sequence>
</xs:complexType>
</xs:element>

jsl:deviceIDoffset
Type:
xs:int, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
Offset of deviceID in sysex.
XML Source (see within schema source)
<xs:element name="deviceIDoffset" type="xs:int">
<xs:annotation>
<xs:documentation>Offset of deviceID in sysex.</xs:documentation>
</xs:annotation>
</xs:element>

jsl:infoText
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
Information about the driver. Displayed when new patches are created.
XML Source (see within schema source)
<xs:element minOccurs="0" name="infoText" type="xs:string">
<xs:annotation>
<xs:documentation>
Information about the driver. Displayed when new patches are created.
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:initPatch
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
String of hex characters defining the default patch data.
XML Source (see within schema source)
<xs:element minOccurs="0" name="initPatch" type="xs:string">
<xs:annotation>
<xs:documentation>
String of hex characters defining the default patch data.
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:name
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
Driver name.
XML Source (see within schema source)
<xs:element name="name" type="xs:string">
<xs:annotation>
<xs:documentation>Driver name.</xs:documentation>
</xs:annotation>
</xs:element>

jsl:patchNameSize
Type:
xs:int, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
Number of characters in the patch name. (0 if no name)
XML Source (see within schema source)
<xs:element name="patchNameSize" type="xs:int">
<xs:annotation>
<xs:documentation>
Number of characters in the patch name. (0 if no name)
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:patchNameStart
Type:
xs:int, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
The offset in the patch where the patchname starts. '0' if patch is not named -- remember all offsets are zero based.
XML Source (see within schema source)
<xs:element name="patchNameStart" type="xs:int">
<xs:annotation>
<xs:documentation>
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>

jsl:patchNumbers
Type:
jsl:stringArray, complex content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
Array holding names/numbers for all patches. Used for comboBox selection.
XML Source (see within schema source)
<xs:element name="patchNumbers" type="jsl:stringArray">
<xs:annotation>
<xs:documentation>
Array holding names/numbers for all patches. Used for comboBox selection.
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:patchSize
Type:
xs:int, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
The size of the patch this Driver supports (or 0 for variable).
XML Source (see within schema source)
<xs:element name="patchSize" type="xs:int">
<xs:annotation>
<xs:documentation>
The size of the patch this Driver supports (or 0 for variable).
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:patchType
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
Type of driver describing the type of patch it handles. E.g. Voice, Drum etc.
XML Source (see within schema source)
<xs:element name="patchType" type="xs:string">
<xs:annotation>
<xs:documentation>
Type of driver describing the type of patch it handles. E.g. Voice, Drum etc.
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:sysexID
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
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 ( <code>*</code> ). (ex. <code>"F041**003F12"</code> )
XML Source (see within schema source)
<xs:element name="sysexID" type="xs:string">
<xs:annotation>
<xs:documentation>
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 (
<code>*</code>
). (ex.
<code>"F041**003F12"</code>
)
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:sysexRequestDumpString
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDriverSpec complexType
Optional parameter - not used yet.
XML Source (see within schema source)
<xs:element minOccurs="0" name="sysexRequestDumpString" type="xs:string">
<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:
  • To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support > 400 template parameters, which work the same as "options" of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them. That will give you swift and effective control over the generated content!
  • To use certain features disabled in the free mode (such as the full documenting of substitution groups).
  • To select only the initial, imported, included, redefined XML schemas to be documented or only those directly specified by name.
  • To include only XML schema components specified by name.
  • To document local element components both globally and locally (similar to attributes).
  • To allow/suppress unification of local elements by type.
  • To enable/disable reproducing of namespace prefixes.
  • To use PlainDoc.tpl main template to generate all the XML schema documentation in a signle-file form as both HTML and incredible quality RTF output.
  • To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.
  • To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).
  • To remove this very advertisement text!
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/