diagram | |||||||||||||||||||||||||
namespace | http://www.w3.org/2000/09/xmldsig# | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
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> |
type | xsd:ID | ||
properties |
|
||
source | <xsd:attribute name="Id" type="ID" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="MimeType" type="string" use="optional"/> |
type | xsd:anyURI | ||
properties |
|
||
source | <xsd:attribute name="Encoding" type="anyURI" use="optional"/> |