diagram |
|
namespace |
http://impl.platform.rosettahub.com/ |
type |
extension of tns:rootFilters |
properties |
|
children |
accountNumber cloudId includeCustomization limit orLogic regionId accountId limitIncreaseRequestUid limitType login requestMessage requestStatus serviceLimit |
used by |
|
source |
<xsd:complexType name="federatedLimitIncreaseRequestFilters">
<xsd:complexContent>
<xsd:extension base="tns:rootFilters">
<xsd:sequence>
<xsd:element name="accountId" type="xs:string" minOccurs="0"/>
<xsd:element name="limitIncreaseRequestUid" type="xs:string" minOccurs="0"/>
<xsd:element name="limitType" type="xs:string" minOccurs="0"/>
<xsd:element name="login" type="xs:string" minOccurs="0"/>
<xsd:element name="requestMessage" type="xs:string" minOccurs="0"/>
<xsd:element name="requestStatus" type="xs:string" minOccurs="0"/>
<xsd:element name="serviceLimit" type="xs:string" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |