<xs:complexType name="Laundry">
<xs:annotation>
<xs:documentation>
Text description of a building/unit's laundry
facilities, hookups and/or their location.
It may include items such as:
first floor laundry,
gas hookup in basement,
coin laundry,
or other items related to laundry.
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="commons:SecureString">
<xs:attribute ref="commons:present">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>100179</retsid>
<example>true</example>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|