AssociationDirection

Attribute Information

Used By

Source

<xsd:attribute name="AssociationDirection" use="optional" default="None">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="None"/>
      <xsd:enumeration value="To"/>
      <xsd:enumeration value="From"/>
      <xsd:enumeration value="Both"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample