Definition Type: ComplexType
Name: WorkCapabilityType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatebusinessinformationentity/0.1
Containing Schema: ReusableAggregateBusinessInformationEntity.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TechnicalCapability in schema reusableaggregatebusinessinformationentity_xsd Drilldown into CompletedWork in schema reusableaggregatebusinessinformationentity_xsd Drilldown into WorkTypeCode in schema reusableaggregatebusinessinformationentity_xsd Drilldown into ID in schema reusableaggregatebusinessinformationentity_xsdXSD Diagram of WorkCapabilityType in schema reusableaggregatebusinessinformationentity_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="WorkCapabilityType">
    <xsd:sequence>
        <xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="WorkTypeCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="CompletedWork" type="ram:CompletedWorkType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="TechnicalCapability" type="ram:TechnicalCapabilityType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID ram:ID 0 unbounded
WorkTypeCode ram:WorkTypeCode 0 unbounded
CompletedWork ram:CompletedWork 0 unbounded
TechnicalCapability ram:TechnicalCapability 0 unbounded
Collapse Derivation Tree:
Collapse References:
ram:WorkCapability