complexType userGroupInfo
diagram PlatformServices_p7528.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:shareableCloudArtifactInfo
properties
base tns:shareableCloudArtifactInfo
children artifactType creationTime css deepClonable description hidden icon imagePngBase64 label owner projectUid protect svg tags managers members readonly tenants userGroupName
used by
element getUserGroupsResponse/return
source <xsd:complexType name="userGroupInfo">
 
<xsd:complexContent>
   
<xsd:extension base="tns:shareableCloudArtifactInfo">
     
<xsd:sequence>
       
<xsd:element name="managers" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="members" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="readonly" type="xs:boolean"/>
       
<xsd:element name="tenants" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="userGroupName" type="xs:string" minOccurs="0"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element userGroupInfo/managers
diagram PlatformServices_p7529.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
nillable true
source <xsd:element name="managers" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element userGroupInfo/members
diagram PlatformServices_p7530.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
nillable true
source <xsd:element name="members" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element userGroupInfo/readonly
diagram PlatformServices_p7531.png
type xsd:boolean
properties
content simple
source <xsd:element name="readonly" type="xs:boolean"/>

element userGroupInfo/tenants
diagram PlatformServices_p7532.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
nillable true
source <xsd:element name="tenants" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element userGroupInfo/userGroupName
diagram PlatformServices_p7533.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="userGroupName" type="xs:string" minOccurs="0"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy