W3C XML Schema Documenation - traffix-20040715.xsd
complexType TextType
-<complexType name="TextType">
-<annotation>
<documentation lang="en">text string</documentation>
</annotation>
-<simpleContent>
-<extension base="xsd:string">
<attribute name="xpos" type="xsd:long" use="required" />
<attribute name="ypos" type="xsd:long" use="required" />
<attribute name="pointsize" type="xsd:unsignedShort" default="8" />
<attribute name="rotation" type="xsd:long" default="0" />
<attribute name="facename" type="xsd:string" default="" />
<attribute name="color" type="ColorEnumType" default="black" />
</extension>
</simpleContent>
</complexType>
Used By
TraffixType[complexType]


Index Root