element <author> (local)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data), 1 attribute, 88 elements
Defined:
Includes:
definition of 1 attribute
XML Representation Summary
<author
   
 = 
("left" | "center" | "right")
   
>
   
Content: 
</author>
Content model elements (88):
c,
fillin (defined in FillInText group),
m,
n,
pretext (defined in Generator group),
q,
webwork (defined in Generator group),
Included in content model of elements (1):
XML Source (see within schema source)
<xs:element name="author">
<xs:complexType mixed="true">
<xs:group ref="TextShort"/>
<xs:attribute name="halign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
halign
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"left", "center", "right"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"left", "center", "right"
XML Source (see within schema source)
<xs:attribute name="halign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set