<xsd:attributeGroup name="AG_TLBuild">
<xsd:attribute name="spid" type="a:ST_ShapeID" use="required">
<xsd:annotation>
<xsd:documentation>Shape ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="grpId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Group ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="uiExpand" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Expand UI</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|