Definition Type: ComplexType
Name: SegmentDependencyType
Namespace: http://www.wbf.org/xml/B2MML-V0401
Containing Schema: B2MML-V0401-Common.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Any in schema b2mml-v0401-common_xsd Drilldown into SegmentDependency in schema b2mml-v0401-commonextensions_xsd Drilldown into ProcessSegmentID in schema b2mml-v0401-common_xsd Drilldown into ProductSegmentID in schema b2mml-v0401-common_xsd Drilldown into TimingFactor in schema b2mml-v0401-common_xsd Drilldown into Dependency in schema b2mml-v0401-common_xsd Drilldown into Description in schema b2mml-v0401-common_xsd Drilldown into ID in schema b2mml-v0401-common_xsdXSD Diagram of SegmentDependencyType in schema b2mml-v0401-common_xsd (Business To Manufacturing Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID b2mml:ID (1) (1)
Description b2mml:Description 0 unbounded
Dependency b2mml:Dependency (1) (1)
TimingFactor b2mml:TimingFactor 0 (1)
ProductSegmentID b2mml:ProductSegmentID (1) (1)
ProcessSegmentID b2mml:ProcessSegmentID (1) (1)
Any b2mml:Any 0 unbounded
<xs:group> Extended:SegmentDependency 0 1
Collapse Derivation Tree:
  • SegmentDependencyType
    • Unresolved link to segmentdependency1
    • Unresolved link to segmentdependency2
Collapse References:
Unresolved link to segmentdependency1, Unresolved link to segmentdependency2