Arbitrary information about a parent element. Can include arbitrary XML (and hence RTML) but the content is not checked for syntax using the RTML schema (this is a handy central place for this definition in case it needs to be changed). |
<xs:complexType name="DescriptionComplexType" mixed="true"> <xs:annotation> <xs:documentation>Arbitrary information about a parent element. Can include arbitrary XML (and hence RTML) but the content is not checked for syntax using the RTML schema (this is a handy central place for this definition in case it needs to be changed).</xs:documentation> </xs:annotation> <xs:sequence> <xs:any processContents="skip" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |