<xsd:complexType name="Dependency1Type">
<xsd:simpleContent>
<xsd:restriction base="CodeType">
<xsd:enumeration value="NotFollow" />
<xsd:enumeration value="PossibleParallel" />
<xsd:enumeration value="NotInParallel" />
<xsd:enumeration value="AtStart" />
<xsd:enumeration value="AfterStart" />
<xsd:enumeration value="AfterEnd" />
<xsd:enumeration value="NoLaterAfterStart" />
<xsd:enumeration value="NoEarlierAfterStart" />
<xsd:enumeration value="NoLaterAfterEnd" />
<xsd:enumeration value="NoEarlierAfterEnd" />
<xsd:enumeration value="Other" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|