attributeGroup "m:mspace.attributes"
Namespace:
Content:
28 attributes, attr. wildcard
Defined:
Includes:
definitions of 11 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:anySimpleType
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:anyURI
 = 
xs:anySimpleType
 = 
xs:string
 = 
(xs:string | "transparent")
 = 
("normal" | "bold" | "italic" | "bold-italic" | "double-struck" | "bold-fraktur" | "script" | "bold-script" | "fraktur" | "sans-serif" | "bold-sans-serif" | "sans-serif-italic" | "sans-serif-bold-italic" | "monospace" | "initial" | "tailed" | "looped" | "stretched")
 = 
(xs:string | "small" | "normal" | "big")
 = 
("ltr" | "rtl")
 = 
xs:anySimpleType
 = 
("normal" | "bold")
 = 
("normal" | "italic")
 = 
xs:string
 = 
xs:string
 = 
(xs:string | "transparent")
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
("auto" | "newline" | "nobreak" | "goodbreak" | "badbreak" | "indentingnewline")
 = 
("left" | "center" | "right" | "auto" | "id")
 = 
xs:string
 = 
xs:anySimpleType
 = 
("left" | "center" | "right" | "auto" | "id" | "indentalign")
 = 
(xs:string | "indentshift")
 = 
("left" | "center" | "right" | "auto" | "id" | "indentalign")
 = 
(xs:string | "indentshift")
   
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="mspace.attributes">
<xs:attributeGroup ref="m:CommonAtt"/>
<xs:attributeGroup ref="m:CommonPresAtt"/>
<xs:attributeGroup ref="m:TokenAtt"/>
<xs:attribute name="width" type="m:length"/>
<xs:attribute name="height" type="m:length"/>
<xs:attribute name="depth" type="m:length"/>
<xs:attribute name="linebreak">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="auto"/>
<xs:enumeration value="newline"/>
<xs:enumeration value="nobreak"/>
<xs:enumeration value="goodbreak"/>
<xs:enumeration value="badbreak"/>
<xs:enumeration value="indentingnewline"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="indentalign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="auto"/>
<xs:enumeration value="id"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="indentshift" type="m:length"/>
<xs:attribute name="indenttarget"/>
<xs:attribute name="indentalignfirst">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="auto"/>
<xs:enumeration value="id"/>
<xs:enumeration value="indentalign"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="indentshiftfirst">
<xs:simpleType>
<xs:union memberTypes="m:length">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="indentshift"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="indentalignlast">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="auto"/>
<xs:enumeration value="id"/>
<xs:enumeration value="indentalign"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="indentshiftlast">
<xs:simpleType>
<xs:union memberTypes="m:length">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="indentshift"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 11/29)
depth
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
\s*((-?[0-9]*([0-9]\.?|\.[0-9])[0-9]*(e[mx]|in|cm|mm|p[xtc]|%)?)|(negative)?((very){0,2}thi(n|ck)|medium)mathspace)\s*
XML Source (see within schema source)
<xs:attribute name="depth" type="m:length"/>

height
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
\s*((-?[0-9]*([0-9]\.?|\.[0-9])[0-9]*(e[mx]|in|cm|mm|p[xtc]|%)?)|(negative)?((very){0,2}thi(n|ck)|medium)mathspace)\s*
XML Source (see within schema source)
<xs:attribute name="height" type="m:length"/>

indentalign
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"left", "center", "right", "auto", "id"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="indentalign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="auto"/>
<xs:enumeration value="id"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

indentalignfirst
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"left", "center", "right", "auto", "id", "indentalign"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="indentalignfirst">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="auto"/>
<xs:enumeration value="id"/>
<xs:enumeration value="indentalign"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

indentalignlast
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"left", "center", "right", "auto", "id", "indentalign"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="indentalignlast">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="auto"/>
<xs:enumeration value="id"/>
<xs:enumeration value="indentalign"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

indentshift
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
\s*((-?[0-9]*([0-9]\.?|\.[0-9])[0-9]*(e[mx]|in|cm|mm|p[xtc]|%)?)|(negative)?((very){0,2}thi(n|ck)|medium)mathspace)\s*
XML Source (see within schema source)
<xs:attribute name="indentshift" type="m:length"/>

indentshiftfirst
Type:
anonymous simpleType (union of (m:length | restriction of xs:token))
Use:
optional
Attribute Value
xs:string | "indentshift"
Anonymous simpleType
Type Derivation Tree
union of (m:length | restriction of xs:token)
  simpleType
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="indentshiftfirst">
<xs:simpleType>
<xs:union memberTypes="m:length">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="indentshift"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>

indentshiftlast
Type:
anonymous simpleType (union of (m:length | restriction of xs:token))
Use:
optional
Attribute Value
xs:string | "indentshift"
Anonymous simpleType
Type Derivation Tree
union of (m:length | restriction of xs:token)
  simpleType
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="indentshiftlast">
<xs:simpleType>
<xs:union memberTypes="m:length">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="indentshift"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>

indenttarget
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="indenttarget"/>

linebreak
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"auto", "newline", "nobreak", "goodbreak", "badbreak", "indentingnewline"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="linebreak">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="auto"/>
<xs:enumeration value="newline"/>
<xs:enumeration value="nobreak"/>
<xs:enumeration value="goodbreak"/>
<xs:enumeration value="badbreak"/>
<xs:enumeration value="indentingnewline"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

width
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
\s*((-?[0-9]*([0-9]\.?|\.[0-9])[0-9]*(e[mx]|in|cm|mm|p[xtc]|%)?)|(negative)?((very){0,2}thi(n|ck)|medium)mathspace)\s*
XML Source (see within schema source)
<xs:attribute name="width" type="m:length"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.