QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
GraphConformance | restriction of xsd:NMTOKEN | optional |
Element | xpdl:Package |
<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> |