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

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

Properties
This component is not nillable.

Model
<...
  comment = xs:string
  id = xs:ID>
groupEntry*
</...>


Nested Element Summary
groupEntrygroupEntry
          

Attribute Summary
 xs:stringcomment
          A free comment. 
 xs:IDid
           Identifier of this group, must be unique.  

Attribute Detail

comment

A free comment.

Type:
xs:string
Use:
optional
Form:
unqualified

id

Identifier of this group, must be unique.

Type:
xs:ID
Use:
required
Form:
unqualified

Source
<xs:complexType name="group">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="groupEntry" type="groupEntry"/>
</xs:sequence>
<xs:attribute name="id" type="xs:ID" use="required">
</xs:attribute>
<xs:attribute name="comment" type="xs:string">
</xs:attribute>
</xs:complexType>


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