diagram | |||
namespace | http://impl.platform.rosettahub.com/ | ||
type | extension of tns:artifactPoolInfo | ||
properties |
|
||
children | artifactType creationTime css deepClonable description hidden icon imagePngBase64 label owner projectUid protect svg tags enginePoolUid engineUids exclusive rights sharedWith | ||
used by |
|
||
source | <xsd:complexType name="enginePoolInfo"> <xsd:complexContent> <xsd:extension base="tns:artifactPoolInfo"> <xsd:sequence> <xsd:element name="enginePoolUid" type="xs:string" minOccurs="0"/> <xsd:element name="engineUids" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="exclusive" type="xs:boolean"/> <xsd:element name="rights" type="tns:enginePoolSharingInfo" minOccurs="0"/> <xsd:element name="sharedWith" type="tns:enginePoolSharingInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||||||
type | xsd:string | ||||||
properties |
|
||||||
source | <xsd:element name="enginePoolUid" type="xs:string" minOccurs="0"/> |
diagram | |||||||||
type | xsd:string | ||||||||
properties |
|
||||||||
source | <xsd:element name="engineUids" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||
type | xsd:boolean | ||
properties |
|
||
source | <xsd:element name="exclusive" type="xs:boolean"/> |
diagram | |||||||
type | tns:enginePoolSharingInfo | ||||||
properties |
|
||||||
children | artifactSharingType creationTime expiryTime marketplaceId orderId productId projectUid tenant tenantType tokenUid borrowDurationMax nbEnginesMax rights | ||||||
source | <xsd:element name="rights" type="tns:enginePoolSharingInfo" minOccurs="0"/> |
diagram | |||||||||
type | tns:enginePoolSharingInfo | ||||||||
properties |
|
||||||||
children | artifactSharingType creationTime expiryTime marketplaceId orderId productId projectUid tenant tenantType tokenUid borrowDurationMax nbEnginesMax rights | ||||||||
source | <xsd:element name="sharedWith" type="tns:enginePoolSharingInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/> |