element <step> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<step |
|
|
= |
xs:string |
|
= |
xs:NMTOKEN |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
("new" | "changed" | "deleted" | "unchanged" | "-dita-use-conref-target") |
|
= |
("yes" | "no" | "-dita-use-conref-target") |
|
= |
xs:language |
|
= |
("ltr" | "rtl" | "lro" | "rlo" | "-dita-use-conref-target") |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string : "- topic/li task/step " |
|
|
> |
|
|
</step> |
Included in content model of elements (2):
-
Annotation
The <step> element represents an action that
a user must follow to accomplish a task. Each step in a task must contain
a command <cmd> element which describes the particular
action the user must do to accomplish the overall task. The step element can
also contain information <info>, substeps <substeps>,
tutorial information <tutorialinfo>, a step example
<stepxmp>, choices <choices> or
a stepresult <stepresult>, although these are optional.
Type Derivation Tree
complexType
|
XML Source (w/o annotations (1); see within schema source)
<xs:complexType>
<xs:complexContent>
<xs:extension base="step.class">
<xs:attribute default="- topic/li task/step " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|
Attribute Detail (all declarations; defined within this component only; 1/17)
-
Type: |
xs:string, predefined
|
Use: |
optional |
Attribute Value
Default: |
"- topic/li task/step " |
XML Source (see within schema source)
<xs:attribute default="- topic/li task/step " ref="class"/>
|