2.2.4.43 t:RoleMemberItemType Complex Type
The RoleMemberItemType complex type specifies is intended for internal use only.<100>
-
xs:complexType name="RoleMemberItemType"> <xs:complexContent> <xs:extension base="t:ItemType"> <xs:sequence> <xs:element name="MemberId" type="xs:string" minOccurs="0"/> <xs:element name="DisplayName" type="xs:string" minOccurs="0"/> <xs:element name="Type" type="t:RoleMemberTypeType" minOccurs="0"/> <xs:element name="RoleMemberTypeSpecified" type="xs:boolean" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the RoleMemberItemType complex type.
Element |
Type |
Description |
---|---|---|
MemberId |
xs:string |
For internal use only. |
DisplayName |
xs:string ([XMLSCHEMA2]) |
For internal use only. |
Type |
t:RoleMemberTypeType (section 2.2.5.6) |
For internal use only. |
RoleMemberTypeSpecified |
xs:boolean ([XMLSCHEMA2]) |
For internal use only. |