<xsd:complexType name="CT_R">
<xsd:sequence>
<xsd:element name="proxy" type="CT_Proxy" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Shape Reference</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Rule ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="type" type="ST_RType" use="optional">
<xsd:annotation>
<xsd:documentation>Rule Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="how" type="ST_How" use="optional">
<xsd:annotation>
<xsd:documentation>Alignment Rule Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="idref" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Rule Shape Reference</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|