Definition Type: Element
Name: ResourceServiceCapability
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgResourceOpMsg.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into NaturalLanguageSupportedXSD Diagram of ResourceServiceCapability
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ResourceServiceCapability" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="NaturalLanguageSupported" minOccurs="0" maxOccurs="unbounded" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NaturalLanguageSupported pwg:NaturalLanguageSupported 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded