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

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

Properties
This component is not nillable.

Model
<...
  {}
  {}>

</...>


Attribute Summary
 key
           Custom key for a custom attribute (key-value-pair).  
 value
           Custom value for the corresponding key (key-value-pair).  

Attribute Detail

key

Custom key for a custom attribute (key-value-pair).

Type:
Use:
optional
Form:
unqualified

value

Custom value for the corresponding key (key-value-pair).

Type:
Use:
optional
Form:
unqualified

Source
<xs:complexType name="customAttribute">
<xs:attribute name="key">
</xs:attribute>
<xs:attribute name="value">
</xs:attribute>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.