attributeGroup "m:msline.attributes"
Namespace:
Content:
13 attributes, attr. wildcard
Defined:
Includes:
definitions of 5 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:anySimpleType
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:anyURI
 = 
xs:anySimpleType
 = 
xs:string
 = 
(xs:string | "transparent")
 = 
xs:integer
 = 
xs:unsignedLong
 = 
xs:string
 = 
xs:string
 = 
(xs:string | "thin" | "medium" | "thick")
   
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="msline.attributes">
<xs:attributeGroup ref="m:CommonAtt"/>
<xs:attributeGroup ref="m:CommonPresAtt"/>
<xs:attribute name="position" type="m:integer"/>
<xs:attribute name="length" type="m:unsigned-integer"/>
<xs:attribute name="leftoverhang" type="m:length"/>
<xs:attribute name="rightoverhang" type="m:length"/>
<xs:attribute name="mslinethickness">
<xs:simpleType>
<xs:union memberTypes="m:length">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="thin"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="medium"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="thick"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 5/14)
leftoverhang
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="leftoverhang" type="m:length"/>

length
Type:
Use:
optional
Attribute Value
xs:unsignedLong
XML Source (see within schema source)
<xs:attribute name="length" type="m:unsigned-integer"/>

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

position
Type:
Use:
optional
Attribute Value
xs:integer
XML Source (see within schema source)
<xs:attribute name="position" type="m:integer"/>

rightoverhang
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="rightoverhang" 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.