QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
rev | xsd:unsignedInt | 0 | optional | |||
type | ST_AlgorithmType | required |
Elements | CT_ForEach/alg, CT_LayoutNode/alg, CT_Otherwise/alg, CT_When/alg |
<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> |