http://www.pdfunit.com
complexType hasField_Type

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

Properties
This component is not nillable.

Model
<...
  hasMultipleLines = anySimpleType
  hasSingleLine = anySimpleType
  height = xs:float
  isEditable = p:yesNo_Type
  isExportable = p:yesNo_Type
  isHidden = p:yesNo_Type
  isMultiSelectable = p:yesNo_Type
  isPasswordProtected = anySimpleType
  isPrintable = p:yesNo_Type
  isReadOnly = p:yesNo_Type
  isRequired = p:yesNo_Type
  isSigned = anySimpleType
  isVisible = p:yesNo_Type
  unit = p:unit_Type
  width = xs:float
  withName = xs:string
  withType = p:fieldType_Type>
(havingJavaScriptAction?, matchingComplete?, matchingRegex*, notMatchingRegex*, containing*, notContaining*, startingWith?, endingWith?, withAnyValue?, withoutTextOverflow? )
</...>


Nested Element Summary
xs:stringcontaining
          
xs:stringendingWith
          
xs:stringhavingJavaScriptAction
          
xs:stringmatchingComplete
          
xs:stringmatchingRegex
          
xs:stringnotContaining
          
xs:stringnotMatchingRegex
          
xs:stringstartingWith
          
p:emptyElement_TypewithAnyValue
          
p:emptyElement_TypewithoutTextOverflow
          

Attribute Summary
 anySimpleTypehasMultipleLines
          
 anySimpleTypehasSingleLine
          
 xs:floatheight
          
 p:yesNo_TypeisEditable
          
 p:yesNo_TypeisExportable
          
 p:yesNo_TypeisHidden
          
 p:yesNo_TypeisMultiSelectable
          
 anySimpleTypeisPasswordProtected
          
 p:yesNo_TypeisPrintable
          
 p:yesNo_TypeisReadOnly
          
 p:yesNo_TypeisRequired
          
 anySimpleTypeisSigned
          
 p:yesNo_TypeisVisible
          
 p:unit_Typeunit
          
 xs:floatwidth
          
 xs:stringwithName
          
 p:fieldType_TypewithType
          

Attribute Detail

hasMultipleLines

Type:
anySimpleType
Fixed:
YES
Use:
optional
Form:
unqualified

hasSingleLine

Type:
anySimpleType
Fixed:
YES
Use:
optional
Form:
unqualified

height

Type:
xs:float
Use:
optional
Form:
unqualified

isEditable

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

isExportable

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

isHidden

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

isMultiSelectable

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

isPasswordProtected

Type:
anySimpleType
Fixed:
YES
Use:
optional
Form:
unqualified

isPrintable

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

isReadOnly

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

isRequired

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

isSigned

Type:
anySimpleType
Fixed:
YES
Use:
optional
Form:
unqualified

isVisible

Type:
p:yesNo_Type
Use:
optional
Form:
unqualified

unit

Type:
p:unit_Type
Use:
optional
Form:
unqualified

width

Type:
xs:float
Use:
optional
Form:
unqualified

withName

Type:
xs:string
Use:
required
Form:
unqualified

withType

Type:
p:fieldType_Type
Use:
optional
Form:
unqualified

Source
<xs:complexType name="hasField_Type">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="havingJavaScriptAction" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="matchingComplete" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="matchingRegex" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="notMatchingRegex" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="containing" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="notContaining" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="startingWith" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="endingWith" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="withAnyValue" type="p:emptyElement_Type"/>
<xs:element maxOccurs="1" minOccurs="0" name="withoutTextOverflow" type="p:emptyElement_Type"/>
</xs:sequence>
<xs:attribute name="withName" type="xs:string" use="required"/>
<xs:attribute name="height" type="xs:float"/>
<xs:attribute fixed="YES" name="hasMultipleLines"/>
<xs:attribute fixed="YES" name="hasSingleLine"/>
<xs:attribute name="isEditable" type="p:yesNo_Type"/>
<xs:attribute name="isExportable" type="p:yesNo_Type"/>
<xs:attribute name="isHidden" type="p:yesNo_Type"/>
<xs:attribute name="isMultiSelectable" type="p:yesNo_Type"/>
<xs:attribute fixed="YES" name="isPasswordProtected"/>
<xs:attribute name="isReadOnly" type="p:yesNo_Type"/>
<xs:attribute name="isPrintable" type="p:yesNo_Type"/>
<xs:attribute name="isRequired" type="p:yesNo_Type"/>
<xs:attribute fixed="YES" name="isSigned"/>
<xs:attribute name="isVisible" type="p:yesNo_Type"/>
<xs:attribute name="unit" type="p:unit_Type"/>
<xs:attribute name="width" type="xs:float"/>
<xs:attribute name="withType" type="p:fieldType_Type"/>
</xs:complexType>


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