element <jsl:xmlDeviceSpec> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 7 elements
Defined:
globally in xmldevice.xsd; see XML source
Includes:
definitions of 7 elements
Used:
never
XML Representation Summary
<jsl:xmlDeviceSpec>
   
Content: 
</jsl:xmlDeviceSpec>
Content model elements (7):
jsl:authors (type xs:string), jsl:drivers (in jsl:xmlDeviceSpec), jsl:infoText (type xs:string), jsl:inquiryId (in jsl:xmlDeviceSpec), jsl:manufacturer (in jsl:xmlDeviceSpec), jsl:modelName (in jsl:xmlDeviceSpec), jsl:preferenceDefs (in jsl:xmlDeviceSpec)
Annotation
Base tag for device documents.
XML Source (see within schema source)
<xs:element name="xmlDeviceSpec">
<xs:annotation>
<xs:documentation>
Base tag for device documents.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="manufacturer" type="xs:string">
<xs:annotation>
<xs:documentation>
The company which made the Synthesizer. E.g. Roland or Yamaha.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="modelName" type="xs:string">
<xs:annotation>
<xs:documentation>
The fixed name of the model supported by this driver, as stated on the type plate of the engine. eg TG33/SY22
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="inquiryId" type="xs:string">
<xs:annotation>
<xs:documentation>
The response to the Universal Inquiry Message. It is a regular expression. It can be up to 16 bytes.
Ex.
<code>"F07E..0602413F01000000020000f7"</code>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="infoText" type="xs:string">
<xs:annotation>
<xs:documentation>
Information about the Device. Displayed when the device is installed.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="authors" type="xs:string">
<xs:annotation>
<xs:documentation>Authors of the device driver.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="drivers" type="jsl:xmlDriverDefs"/>
<xs:element minOccurs="0" name="preferenceDefs" type="jsl:preferenceDefs"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; 7/7)
jsl:authors
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDeviceSpec element
Authors of the device driver.
XML Source (see within schema source)
<xs:element name="authors" type="xs:string">
<xs:annotation>
<xs:documentation>Authors of the device driver.</xs:documentation>
</xs:annotation>
</xs:element>

jsl:drivers
Type:
jsl:xmlDriverDefs, complex content
Defined:
locally within (this) jsl:xmlDeviceSpec element
XML Source (see within schema source)
<xs:element name="drivers" type="jsl:xmlDriverDefs"/>

jsl:infoText
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDeviceSpec element
Information about the Device. Displayed when the device is installed.
XML Source (see within schema source)
<xs:element minOccurs="0" name="infoText" type="xs:string">
<xs:annotation>
<xs:documentation>
Information about the Device. Displayed when the device is installed.
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:inquiryId
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDeviceSpec element
The response to the Universal Inquiry Message. It is a regular expression. It can be up to 16 bytes. Ex. <code>"F07E..0602413F01000000020000f7"</code>
XML Source (see within schema source)
<xs:element minOccurs="0" name="inquiryId" type="xs:string">
<xs:annotation>
<xs:documentation>
The response to the Universal Inquiry Message. It is a regular expression. It can be up to 16 bytes.
Ex.
<code>"F07E..0602413F01000000020000f7"</code>
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:manufacturer
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDeviceSpec element
The company which made the Synthesizer. E.g. Roland or Yamaha.
XML Source (see within schema source)
<xs:element name="manufacturer" type="xs:string">
<xs:annotation>
<xs:documentation>
The company which made the Synthesizer. E.g. Roland or Yamaha.
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:modelName
Type:
xs:string, predefined, simple content
Defined:
locally within (this) jsl:xmlDeviceSpec element
The fixed name of the model supported by this driver, as stated on the type plate of the engine. eg TG33/SY22
XML Source (see within schema source)
<xs:element name="modelName" type="xs:string">
<xs:annotation>
<xs:documentation>
The fixed name of the model supported by this driver, as stated on the type plate of the engine. eg TG33/SY22
</xs:documentation>
</xs:annotation>
</xs:element>

jsl:preferenceDefs
Type:
jsl:preferenceDefs, complex content
Defined:
locally within (this) jsl:xmlDeviceSpec element
XML Source (see within schema source)
<xs:element minOccurs="0" name="preferenceDefs" type="jsl:preferenceDefs"/>

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/