2.2.4.34 t:NonEmptyArrayOfRoleType Complex Type

The NonEmptyArrayOfRoleType complex type specifies an array of role types.<94>

 <xs:complexType name="NonEmptyArrayOfRoleType">
   <xs:sequence>
     <xs:element name="Role" type="xs:string" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

The following table lists and describes the child elements of the NonEmptyArrayOfRoleType complex type.

Element name

Type

Description

Role

xs:string [XMLSCHEMA2]

Specifies the name of a role.