complexType federatedImageFilters
diagram PlatformServices_p3138.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:basicFilters
properties
base tns:basicFilters
children accountNumber cloudId includeCustomization limit orLogic regionId endTime includePrivate includePublic includeShared label owner projectUid startTime amiId imageType imageUid
used by
element getFederatedImages/filters
source <xsd:complexType name="federatedImageFilters">
 
<xsd:complexContent>
   
<xsd:extension base="tns:basicFilters">
     
<xsd:sequence>
       
<xsd:element name="amiId" type="xs:string" minOccurs="0"/>
       
<xsd:element name="imageType" type="xs:string" minOccurs="0"/>
       
<xsd:element name="imageUid" type="xs:string" minOccurs="0"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

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

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