Class SpecificationsType


  • public class SpecificationsType
    extends Object
    <p>Java class for SpecificationsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SpecificationsType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="dimensions" type="{http://www.decoderdb.de/schema/decoder/1.3}DimensionsType" minOccurs="0"/&gt; &lt;element name="electrical" type="{http://www.decoderdb.de/schema/decoder/1.3}ElectricalType" minOccurs="0"/&gt; &lt;element name="connectors" type="{http://www.decoderdb.de/schema/decoder/1.3}ConnectorsType" minOccurs="0"/&gt; &lt;element name="functionConnectors" type="{http://www.decoderdb.de/schema/decoder/1.3}FunctionConnectorsType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>