Definition Type: ComplexType
Name: InterfaceType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InterfaceStatus Drilldown into InterfaceDescriptionXSD Diagram of InterfaceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="InterfaceType">
    <xs:sequence>
        <xs:element ref="InterfaceDescription" minOccurs="0" />
        <xs:element ref="InterfaceStatus" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <!-- Interface - type -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InterfaceDescription pwg:InterfaceDescription 0 (1)
InterfaceStatus pwg:InterfaceStatus (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:InputChannelInterface, pwg:Interface, pwg:OutputChannelInterface