Definition Type: Element
Name: TcpIpInfo
Namespace: http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.xsd
Containing Schema: wsdm-mows.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into IPV6Address in schema wsdm-mows_xsd Drilldown into IPV4Address in schema wsdm-mows_xsd Drilldown into Protocol in schema wsdm-mows_xsd Drilldown into Port in schema wsdm-mows_xsd Drilldown into Direction in schema wsdm-mows_xsdXSD Diagram of TcpIpInfo in schema wsdm-mows_xsd (OASIS Web Services Distributed Management (WSDM) TC)
Collapse XSD Schema Code:
<xs:element name="TcpIpInfo">
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element ref="mows-xs:IPV4Address" />
                <xs:element ref="mows-xs:IPV6Address" />
            </xs:choice>
            <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
        </xs:sequence>
        <xs:attribute name="Direction" type="mows-xs:TcpIpDirectionType" use="required" />
        <xs:attribute name="Port" type="xs:positiveInteger" use="required" />
        <xs:attribute name="Protocol" type="mows-xs:TcpIpProtocolType" use="required" />
        <xs:anyAttribute namespace="##any" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IPV4Address mows-xs:IPV4Address (1) (1)
IPV6Address mows-xs:IPV6Address (1) (1)
<xs:any> Allowed namespace: '##any' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Direction mows-xs:Direction Required
Port mows-xs:Port Required
Protocol mows-xs:Protocol Required
<anyAttribute> Allowed namespace: '##any'