namespace |
http://www.plmxml.org/Schemas/PLMXMLSchema |
used by |
|
attributes |
|
annotation |
documentation |
language: language of the text.
font: text font. The font string is not restricted by this schema. It is up
to applications to communicate font definitions.
textHeight: text height, in metres.
textThickness: thin, normal or thick.
textAspect: text character height/width aspect ratio.
textColour: text colour.
bold: if text is bold.
italic: if text is italic.
italicAngle: slant angle -
positive means leaning to the right,
negative means leaning to the left.
underline: type of underlining (over or under).
justification: justification of text, left, right or centre.
spaceFactor: the space between characters, as a multiple of character width.
lineFactor: the space between lines, as a multiple of character height.
strikethrough: How the text is struck through.
subscript: Whether the text is subscript or superscript.
textLineWidthRef: References a LineWidth, which specifies the thickness of
the text character lines quantitatively. (Not the width
of the whole character itself.)
|
|
source |
<xsd:attributeGroup name="TextGroup">
<xsd:annotation>
<xsd:documentation>
language: language of the text.
font: text font. The font string is not restricted by this schema. It is up
to applications to communicate font definitions.
textHeight: text height, in metres.
textThickness: thin, normal or thick.
textAspect: text character height/width aspect ratio.
textColour: text colour.
bold: if text is bold.
italic: if text is italic.
italicAngle: slant angle -
positive means leaning to the right,
negative means leaning to the left.
underline: type of underlining (over or under).
justification: justification of text, left, right or centre.
spaceFactor: the space between characters, as a multiple of character width.
lineFactor: the space between lines, as a multiple of character height.
strikethrough: How the text is struck through.
subscript: Whether the text is subscript or superscript.
textLineWidthRef: References a LineWidth, which specifies the thickness of
the text character lines quantitatively. (Not the width
of the whole character itself.)
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="language" type="xsd:language" use="optional"/>
<xsd:attribute name="font" type="xsd:string" use="optional"/>
<xsd:attribute name="textHeight" type="xsd:double" use="optional"/>
<xsd:attribute name="textThickness" type="plm:TextLineThicknessType" use="optional"/>
<xsd:attribute name="textAspect" type="xsd:double" use="optional"/>
<xsd:attribute name="textColour" type="plm:RGBAType" use="optional"/>
<xsd:attribute name="bold" type="xsd:boolean" default="false"/>
<xsd:attribute name="italic" type="xsd:boolean" default="false"/>
<xsd:attribute name="italicAngle" type="xsd:double" use="optional"/>
<xsd:attribute name="underline" type="plm:TextUnderlineType" use="optional"/>
<xsd:attribute name="justification" type="plm:TextJustificationType" use="optional"/>
<xsd:attribute name="spaceFactor" type="xsd:double" use="optional"/>
<xsd:attribute name="lineFactor" type="xsd:double" use="optional"/>
<xsd:attribute name="strikethrough" type="plm:Ann3DTextStrikethroughEnum" default="none"/>
<xsd:attribute name="subscript" type="plm:Ann3DTextSubscriptEnum" use="optional"/>
<xsd:attribute name="textLineWidth" type="xsd:double" use="optional" plm:deprecated="true"/>
<xsd:attribute name="textLineWidthRef" type="plm:anyURIType" use="optional" plm:refType="plm:LineWidth"/>
</xsd:attributeGroup> |