Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Imported schema x.xsd
Namespace http://www.w3.org/2001/XMLSchema-instance
Properties
attribute form default unqualified
element form default qualified
Attribute x:type / @x:type
Namespace http://www.w3.org/2001/XMLSchema-instance
Type restriction of xs:string
Properties
use required
Facets
pattern LineSegment
Used by
Attribute Group x:type
Source
<xs:attribute name="type" use="required" form="qualified">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="LineSegment"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute x:type1 / @x:type
Namespace http://www.w3.org/2001/XMLSchema-instance
Type restriction of xs:string
Properties
use required
Facets
pattern CubicBezier
Used by
Attribute Group x:type1
Source
<xs:attribute name="type" use="required" form="qualified">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="CubicBezier"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute Group x:type
Namespace http://www.w3.org/2001/XMLSchema-instance
Diagram
Diagram x_xsd.tmp#type_type
Attributes
QName Type Use
x:type restriction of xs:string required
Source
<xs:attributeGroup name="type">
  <xs:attribute name="type" use="required" form="qualified">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:pattern value="LineSegment"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group x:type1
Namespace http://www.w3.org/2001/XMLSchema-instance
Diagram
Diagram x_xsd.tmp#type1_type
Attributes
QName Type Use
x:type restriction of xs:string required
Source
<xs:attributeGroup name="type1">
  <xs:attribute name="type" use="required" form="qualified">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:pattern value="CubicBezier"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>