NotateXpress13Schema Schema
PenStyle Simple Type
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
NotateXpress13Schema Schema

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback