Element | CT_Rules/r |
<xsd:complexType name="CT_R"> <xsd:sequence> <xsd:element name="proxy" type="CT_Proxy" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="id" type="xsd:string" use="required"/> <xsd:attribute name="type" type="ST_RType" use="optional"/> <xsd:attribute name="how" type="ST_How" use="optional"/> <xsd:attribute name="idref" type="xsd:string" use="optional"/> </xsd:complexType> |