GroupDetail

Metadata for each Group.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
group xs:string optional

Used By

Source

<xs:complexType name="GroupDetail">
  <xs:annotation>
    <xs:documentation>Metadata for each Group.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="description" type="xs:string"/>
    <xs:element name="properties" type="Properties" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="group" type="xs:string"/>
</xs:complexType>