<xs:complexType name="Remark">
<xs:annotation>
<xs:documentation>
Brief records, comments or explanation as pertaining to a
transaction, listing, meeting, contact, etc.
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute ref="commons:visibilityFlag" use="optional">
<xs:annotation>
<xs:documentation>
Provides visibility information about the string
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref="commons:textFormatType" use="optional" />
<xs:attribute ref="xml:lang" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|