<xs:complexType name="LiteralMeta" mixed="true" abstract="false">
<xs:annotation>
<xs:documentation>Metadata annotations in which the object is a literal value. If the @content attribute is used, then the element should contain no children.</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="true">
<xs:extension base="Meta">
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="property" type="xs:QName" use="required"/>
<xs:attribute name="datatype" type="xs:QName" use="optional"/>
<xs:attribute name="content" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |