Partager via


3.1.4.2.3.5 t:RoomType Complex Type

The RoomType complex type specifies the name and e-mail address of a room. This complex type extends the DirectoryEntryType complex type, as specified in section 3.1.4.2.3.4.

 <xs:complexType name="t:RoomType">
   <xs:complexContent>
     <xs:extension
       base="t:DirectoryEntryType"
      />
   </xs:complexContent>
 </xs:complexType>