http://www.pdfunit.com
complexType hasEmbeddedFileName_Type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.pdfunit.com}hasEmbeddedFileName_Type (restriction)

Properties
This component is not nillable.

Model
<...
  content = xs:string
  name = xs:string>

</...>


Attribute Summary
 xs:stringcontent
          
 xs:stringname
          

Attribute Detail

content

Type:
xs:string
Use:
optional
Form:
unqualified

name

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="hasEmbeddedFileName_Type">
<xs:attribute name="name" type="xs:string" use="optional"/>
<xs:attribute name="content" type="xs:string" use="optional"/>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.