diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | number deviceType devicePrefs pingStyle futherDetails localDeviceCapabilities | ||
used by |
|
||
source | <xs:complexType name="DeviceCapabilities"> <xs:sequence> <xs:element name="number" type="ReferenceID"/> <!-- Used as an asset ID --> <xs:element name="deviceType" type="DeviceType"/> <!-- The type of device/class --> <xs:element name="devicePrefs" type="DevicePreferences"/> <!-- Operating style to use --> <xs:element name="pingStyle" type="PingStyle" minOccurs="0"/> <!-- Keep-a-live style --> <xs:element name="futherDetails"> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="50"> <xs:element name="futherDetail" type="TailSet"/> <!-- Sets of names and values --> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="localDeviceCapabilities" type="local:DeviceCapabilities" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | ReferenceID | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="number" type="ReferenceID"/> |
diagram | ![]() |
||||
type | DeviceType | ||||
properties |
|
||||
source | <xs:element name="deviceType" type="DeviceType"/> |
diagram | ![]() |
||||
type | DevicePreferences | ||||
properties |
|
||||
source | <xs:element name="devicePrefs" type="DevicePreferences"/> |
diagram | ![]() |
||||||||
type | PingStyle | ||||||||
properties |
|
||||||||
source | <xs:element name="pingStyle" type="PingStyle" minOccurs="0"/> |
diagram | ![]() |
||||
properties |
|
||||
children | futherDetail | ||||
source | <xs:element name="futherDetails"> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="50"> <xs:element name="futherDetail" type="TailSet"/> <!-- Sets of names and values --> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | TailSet | ||||
properties |
|
||||
children | set | ||||
source | <xs:element name="futherDetail" type="TailSet"/> |
diagram | ![]() |
||||||||
type | local:DeviceCapabilities | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localDeviceCapabilities" type="local:DeviceCapabilities" minOccurs="0"/> |