urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
complexType endpointGroup

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BulkDataNTReceiver:1.0}endpointGroup (restriction)

Documentation
                Endpoint groups are identified by a role_name and a quorum_count.                
            
Properties
This component is not nillable.

Model
<...>
(role_name?, quorum_count? )
</...>


Nested Element Summary
positiveInteger_UNLIMITEDquorum_count
          
stringrole_name
          
Source
<xs:complexType name="endpointGroup">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="role_name" type="string"/>
<xs:element maxOccurs="1" minOccurs="0" name="quorum_count" type="positiveInteger_UNLIMITED"/>
</xs:sequence>
</xs:complexType>


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