<xs:complexType name="groupMetadataComplexType">
<xs:annotation>
<xs:documentation>Metadata about the group.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="base2MetadataComplexType">
<xs:attribute name="group-type" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The type of group. For example: conference, division, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="home-page-url" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The home page URL for the group.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|