Definition Type: ComplexType
Name: CT_R
Namespace: urn:schemas-microsoft-com:office:office
Containing Schema: vml-officeDrawing.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into proxy in schema vml-officedrawing_xsd Drilldown into idref in schema vml-officedrawing_xsd Drilldown into how in schema vml-officedrawing_xsd Drilldown into type in schema vml-officedrawing_xsd Drilldown into id in schema vml-officedrawing_xsdXSD Diagram of CT_R in schema vml-officedrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
proxy o:proxy 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id o:id Required
type o:type Optional
how o:how Optional
idref o:idref Optional
Collapse Derivation Tree:
  • CT_R
Collapse References:
o:r