Accusoft Prizm Viewer Annotations Schema Schema
PenStyle Simple Type
See Also  Send comments on this topic.
Accusoft Prizm Viewer Annotations Schema Schema : PenStyle Simple Type

Glossary Item Box

Namespace (none)

Type

Restriction of xs:string

Diagram

PenStyle Simple Type

Overview

PenStyle Restriction of xs:string

Facets

EnumerationSolid
EnumerationDash
EnumerationDot
EnumerationDashDot
EnumerationDashDotDot

Source

<xs:simpleType name="PenStyle" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Solid" />
    <xs:enumeration value="Dash" />
    <xs:enumeration value="Dot" />
    <xs:enumeration value="DashDot" />
    <xs:enumeration value="DashDotDot" />
  </xs:restriction>
</xs:simpleType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.