diagram |
|
namespace |
http://impl.platform.rosettahub.com/ |
type |
extension of tns:rootFilters |
properties |
|
children |
accountNumber cloudId includeCustomization limit orLogic regionId email firstName lastName login regType researchUnit |
used by |
|
source |
<xsd:complexType name="federatedRegProcessingFilters">
<xsd:complexContent>
<xsd:extension base="tns:rootFilters">
<xsd:sequence>
<xsd:element name="email" type="xs:string" minOccurs="0"/>
<xsd:element name="firstName" 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="regType" type="xs:string" minOccurs="0"/>
<xsd:element name="researchUnit" type="xs:string" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |