<xsd:complexType name="SegmentDependencyType"> <xsd:sequence> <xsd:element name="ID" type="IdentifierType"/> <xsd:element name="Description" type="DescriptionType" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="Dependency" type="DependencyType"/> <xsd:element name="TimingFactor" type="ValueType" minOccurs="0"/> <xsd:choice> <xsd:element name="ProductSegmentID" type="ProductSegmentIDType"/> <xsd:element name="ProcessSegmentID" type="ProcessSegmentIDType"/> </xsd:choice> <xsd:group ref="Extended:SegmentDependency" minOccurs="0" maxOccurs="1"/> <!-- Added in V04 - The Any element should not be used in new schemas. This extension schema should be used to add user defined elements to B2MML documents. In a future release the Any element will be removed from B2MML. --> <xsd:element name="Any" type="AnyType" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> |