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