Element: controlledDeviceModels
This element contains a list of controlledDeviceModels. For more information, see Element: controlledDeviceModel.
XML Instance Representation
XML Instance Representation
<controlledDeviceModels xsi:noNamespaceSchemaLocation="[1]"> <controlledDeviceModel> ... </controlledDeviceModel> [1..*] </controlledDeviceModels>
Schema Component Representation
Schema Component Representation
<xs:element name="controlledDeviceModels"> <xs:complexType> <xs:sequence> <xs:element ref=" controlledDeviceModel " maxOccurs="unbounded"/> </xs:sequence> <xs:attribute ref=" xsi:noNamespaceSchemaLocation " use="required"/> </xs:complexType> </xs:element>