<xsd:complexType name="CT_Control">
<xsd:attribute name="shapeId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Shape Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="r:id" use="required">
<xsd:annotation>
<xsd:documentation>Relationship Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Control Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|