complexType "ActionType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:string
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the region of an image, recording, or text where an action where a specified action is performed and the type of action taken (i.e., Mark an "X" where the actor should be standing on the picture of the stage.).
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="ActionType">
<xs:sequence>
<xs:element minOccurs="0" ref="RegionOfAction"/>
<xs:element minOccurs="0" ref="Description"/>
</xs:sequence>
<xs:attribute name="regExp" type="xs:string" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
regExp
Type:
xs:string, predefined
Use:
optional
Allows for the provision of a regular expression to describe a mark (such as a specific letter or number).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="regExp" type="xs:string" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
Description
Type:
StructuredStringType, complex content
Describes the specific actions that should take place. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

RegionOfAction
Type:
SegmentType, complex content
Identifies the region of the object where the action needs to occur based on the object type by specifying a segment of the object.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="RegionOfAction"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set