diagram |
 |
namespace |
http://www.w3.org/2000/09/xmldsig# |
properties |
|
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | Id | xsd:ID | optional | | | | MimeType | xsd:string | optional | | | | Encoding | xsd:anyURI | optional | | | |
|
source |
<xsd:complexType name="ObjectType" mixed="true">
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##any" processContents="lax"/>
</xsd:sequence>
<xsd:attribute name="Id" type="ID" use="optional"/>
<xsd:attribute name="MimeType" type="string" use="optional"/>
<xsd:attribute name="Encoding" type="anyURI" use="optional"/>
<!-- add a grep facet -->
</xsd:complexType> |