| diagram |
 |
| namespace |
http://impl.platform.rosettahub.com/ |
| type |
extension of tns:rootFilters |
| properties |
|
| children |
accountNumber cloudId includeCustomization limit orLogic regionId email emailUpdateAllowed firstName groupName lastName login organizationName regType |
| used by |
|
| source |
<xsd:complexType name="federatedUserFilters">
<xsd:complexContent>
<xsd:extension base="tns:rootFilters">
<xsd:sequence>
<xsd:element name="email" type="xs:string" minOccurs="0"/>
<xsd:element name="emailUpdateAllowed" type="xs:boolean" minOccurs="0"/>
<xsd:element name="firstName" type="xs:string" minOccurs="0"/>
<xsd:element name="groupName" type="xs:string" minOccurs="0"/>
<xsd:element name="lastName" type="xs:string" minOccurs="0"/>
<xsd:element name="login" type="xs:string" minOccurs="0"/>
<xsd:element name="organizationName" type="xs:string" minOccurs="0"/>
<xsd:element name="regType" type="xs:string" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |