Collection of all GroupDetails for this instance. |
<xs:element name="groupDetails" minOccurs="0"> <xs:annotation> <xs:documentation>Collection of all GroupDetails for this instance.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="groupDetail" type="meta:GroupDetail" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:key name="keyGroup"> <xs:selector xpath=".//groupDetail"/> <xs:field xpath="@group"/> </xs:key> </xs:element> |