NetworkNodeFilter - Schema Documentation - V4.5.Revision
Documents generated: 4/9/2021

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/NetworkNodeFilter.xsd
Version 4.5.Revision
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://cufxstandards.com/v4/Common.xsd (at Common.xsd)
    • http://cufxstandards.com/v4/NetworkNode.xsd (at NetworkNode.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v4/NetworkNodeFilter.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
common http://cufxstandards.com/v4/Common.xsd
networkNode http://cufxstandards.com/v4/NetworkNode.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v4/NetworkNodeFilter.xsd" version="4.5.$Revision$" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import schemaLocation="Common.xsd" namespace="http://cufxstandards.com/v4/Common.xsd"/>
<xs:import schemaLocation="NetworkNode.xsd" namespace="http://cufxstandards.com/v4/NetworkNode.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: networkNodeFilter

Name networkNodeFilter
Type NetworkNodeFilter
Nillable no
Abstract no
Documentation The list of filter options for services requesting network node data. The options can be used in combination or by themselves. It is up to the data source to either return or affect the data requested or return a standard error identifying why the request was rejected.
JSON Instance Representation
{networkNodeFilter
"networkIdList" : networkNode:NetworkIdList , [0..1] ?
"networkNodeIdList" : networkNode:NetworkNodeIdList , [0..1] ?
"networkNodeStatusList" : networkNode:NetworkNodeStatusList , [0..1] ?
"networkNodeTypeList" : networkNode:NetworkNodeTypeList , [0..1] ?
"networkNodeAddressIdList" : networkNode:NetworkNodeAddressIdList , [0..1] ?
"networkNodeAddressValueList" : networkNode:NetworkNodeAddressValueList , [0..1] ?
"networkNodeAddressScopeIsLocal" : networkNode:NetworkNodeAddressScopeIsLocal , [0..1] ?
"networkNodeAddressTypeList" : networkNode:NetworkNodeAddressTypeList , [0..1] ?
"networkNodeAddressPortList" : networkNode:NetworkNodeAddressPortList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
networkNodeFilter}
Schema Component Representation
<xs:element name="networkNodeFilter" type="NetworkNodeFilter"/>
top

Global Definitions

Complex Type: NetworkNodeFilter

Name NetworkNodeFilter
Abstract no
JSON Instance Representation
{
"networkIdList" : networkNode:NetworkIdList , [0..1] ?
"networkNodeIdList" : networkNode:NetworkNodeIdList , [0..1] ?
"networkNodeStatusList" : networkNode:NetworkNodeStatusList , [0..1] ?
"networkNodeTypeList" : networkNode:NetworkNodeTypeList , [0..1] ?
"networkNodeAddressIdList" : networkNode:NetworkNodeAddressIdList , [0..1] ?
"networkNodeAddressValueList" : networkNode:NetworkNodeAddressValueList , [0..1] ?
"networkNodeAddressScopeIsLocal" : networkNode:NetworkNodeAddressScopeIsLocal , [0..1] ?
"networkNodeAddressTypeList" : networkNode:NetworkNodeAddressTypeList , [0..1] ?
"networkNodeAddressPortList" : networkNode:NetworkNodeAddressPortList , [0..1] ?
"customData" : common:CustomData , [0..1] ?
}
Schema Component Representation
<xs:complexType name="NetworkNodeFilter">
<xs:sequence>
<xs:element name="networkIdList" type="networkNode:NetworkIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="networkNodeIdList" type="networkNode:NetworkNodeIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="networkNodeStatusList" type="networkNode:NetworkNodeStatusList" minOccurs="0" maxOccurs="1"/>
<xs:element name="networkNodeTypeList" type="networkNode:NetworkNodeTypeList" minOccurs="0" maxOccurs="1"/>
<xs:element name="networkNodeAddressIdList" type="networkNode:NetworkNodeAddressIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="networkNodeAddressValueList" type="networkNode:NetworkNodeAddressValueList" minOccurs="0" maxOccurs="1"/>
<xs:element name="networkNodeAddressScopeIsLocal" type="networkNode:NetworkNodeAddressScopeIsLocal" minOccurs="0" maxOccurs="1"/>
<xs:element name="networkNodeAddressTypeList" type="networkNode:NetworkNodeAddressTypeList" minOccurs="0" maxOccurs="1"/>
<xs:element name="networkNodeAddressPortList" type="networkNode:NetworkNodeAddressPortList" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top