xpdl:ConformanceClass

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
GraphConformance restriction of xsd:NMTOKEN optional

Used By

Element xpdl:Package

Source

<xsd:element name="ConformanceClass">
  <xsd:complexType>
    <xsd:attribute name="GraphConformance">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="FULL_BLOCKED"/>
          <xsd:enumeration value="LOOP_BLOCKED"/>
          <xsd:enumeration value="NON_BLOCKED"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>