CT_R

Complex Type Information

Model

Children: proxy

Attributes

QName Type Fixed Default Use Inheritable Annotation
how ST_How optional
id xsd:string required
idref xsd:string optional
type ST_RType optional

Used By

Element CT_Rules/r

Source

<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>