CT_Algorithm

Complex Type Information

Model

Children: extLst, param

Attributes

QName Type Fixed Default Use Inheritable Annotation
rev xsd:unsignedInt 0 optional
type ST_AlgorithmType required

Used By

Source

<xsd:complexType name="CT_Algorithm">
  <xsd:sequence>
    <xsd:element name="param" type="CT_Parameter" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="type" type="ST_AlgorithmType" use="required"/>
  <xsd:attribute name="rev" type="xsd:unsignedInt" use="optional" default="0"/>
</xsd:complexType>