<xs:element name="DoorState" maxOccurs="2">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DoorState">
<xs:attribute name="State" type="xs:boolean" use="required" />
<xs:attribute name="ID" type="xs:string" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|