http://www.pdfunit.com
complexType with_Type

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

Properties
This component is not nillable.

Model
<...
  andValue = xs:string
  key = xs:string>

</...>


Attribute Summary
 xs:stringandValue
          
 xs:stringkey
          

Attribute Detail

andValue

Type:
xs:string
Use:
optional
Form:
unqualified

key

Type:
xs:string
Use:
required
Form:
unqualified

Local Usage
isTagged_Type

Source
<xs:complexType name="with_Type">
<xs:attribute name="key" type="xs:string" use="required"/>
<xs:attribute name="andValue" 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.