Definition Type: ComplexType
Name: WorkCapabilityType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatecorecomponentSchemaModule/0.1
Containing Schema: ReusableAggregateCoreComponent.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TechnicalCapability in schema reusableaggregatecorecomponent_xsd Drilldown into CompletedWork in schema reusableaggregatecorecomponent_xsd Drilldown into WorkTypeCode in schema reusableaggregatecorecomponent_xsd Drilldown into ID in schema reusableaggregatecorecomponent_xsdXSD Diagram of WorkCapabilityType in schema reusableaggregatecorecomponent_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="rcm:CompletedWorkType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="TechnicalCapability" type="rcm:TechnicalCapabilityType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID rcm:ID 0 unbounded
WorkTypeCode rcm:WorkTypeCode 0 unbounded
CompletedWork rcm:CompletedWork 0 unbounded
TechnicalCapability rcm:TechnicalCapability 0 unbounded
Collapse Derivation Tree:
Collapse References:
rcm:WorkCapability