element <DocumentReference>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
XML Representation Summary
<DocumentReference>
   
Content: 
URL, FileName, MIMEType, MD5Checksum?
</DocumentReference>
Content model elements (4):
FileName (type xsd:token),
MIMEType (type xsd:token),
Included in content model of elements (1):
XML Source (see within schema source)
<xsd:element name="DocumentReference">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="URL" type="xsd:anyURI"/>
<xsd:element name="FileName" type="xsd:token"/>
<xsd:element name="MIMEType" type="xsd:token"/>
<xsd:element minOccurs="0" name="MD5Checksum" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; defined in this component only; 4/4)
FileName
Type:
xsd:token, predefined, simple content
XML Source (see within schema source)
<xsd:element name="FileName" type="xsd:token"/>

MD5Checksum
Type:
xsd:string, predefined, simple content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="MD5Checksum" type="xsd:string"/>

MIMEType
Type:
xsd:token, predefined, simple content
XML Source (see within schema source)
<xsd:element name="MIMEType" type="xsd:token"/>

URL
Type:
xsd:anyURI, predefined, simple content
XML Source (see within schema source)
<xsd:element name="URL" type="xsd:anyURI"/>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set