xsddoc/xsddoc.xsd

http://xframe.sf.net/xsddoc/doc
complexType modelType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://xframe.sf.net/xsddoc/doc}modelType (restriction)

Documentation
Resolved content model
Properties
This component is not nillable.

Model
<...
  base = xs:Name
  href = xs:anyURI
  name = xs:Name
  namespace = xs:anyURI
  occurs = doc:occursType
  type = xs:Name
  value = xs:string>
(sequence | choice | all | element | attribute | simpleType | complexType | restriction | whiteSpace | pattern | enumeration | fractionDigits | length | maxExclusive | maxInclusive | maxLength | minExclusive | minInclusive | minLength | pattern | totalDigits | whiteSpace | documentation) *
</...>


Nested Element Summary
doc:modelTypeall
          
doc:attributeattribute
          
doc:modelTypechoice
          
doc:modelTypecomplexType
          
xs:anyTypedocumentation
          
doc:modelTypeelement
          
doc:modelTypeenumeration
          
doc:modelTypefractionDigits
          
doc:modelTypelength
          
doc:modelTypemaxExclusive
          
doc:modelTypemaxInclusive
          
doc:modelTypemaxLength
          
doc:modelTypeminExclusive
          
doc:modelTypeminInclusive
          
doc:modelTypeminLength
          
doc:modelTypepattern
          
doc:modelTypepattern
          
doc:modelTyperestriction
          
doc:modelTypesequence
          
doc:modelTypesimpleType
          
doc:modelTypetotalDigits
          
doc:modelTypewhiteSpace
          
doc:modelTypewhiteSpace
          

Attribute Summary
 xs:Namebase
          
 xs:anyURIhref
          
 xs:Namename
          
 xs:anyURInamespace
          
 doc:occursTypeoccurs
          
 xs:Nametype
          
 xs:stringvalue
          

Attribute Detail

base

Type:
xs:Name
Use:
optional
Form:
unqualified

href

Type:
xs:anyURI
Use:
optional
Form:
unqualified

name

Type:
xs:Name
Use:
optional
Form:
unqualified

namespace

Type:
xs:anyURI
Use:
optional
Form:
unqualified

occurs

Type:
doc:occursType
Use:
optional
Form:
unqualified

type

Type:
xs:Name
Use:
optional
Form:
unqualified

value

Type:
xs:string
Use:
optional
Form:
unqualified

Local Usage
attribute, componentType, modelType, overviewType

Source
<xs:complexType name="modelType">
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:choice>
<xs:element name="sequence" type="doc:modelType"/>
<xs:element name="choice" type="doc:modelType"/>
<xs:element name="all" type="doc:modelType"/>
<xs:element name="element" type="doc:modelType"/>
<xs:element name="attribute" type="doc:attribute"/>
<xs:element name="simpleType" type="doc:modelType"/>
<xs:element name="complexType" type="doc:modelType"/>
<xs:element name="restriction" type="doc:modelType"/>
<xs:element name="whiteSpace" type="doc:modelType"/>
<xs:element name="pattern" type="doc:modelType"/>
<xs:element name="enumeration" type="doc:modelType"/>
<xs:element name="fractionDigits" type="doc:modelType"/>
<xs:element name="length" type="doc:modelType"/>
<xs:element name="maxExclusive" type="doc:modelType"/>
<xs:element name="maxInclusive" type="doc:modelType"/>
<xs:element name="maxLength" type="doc:modelType"/>
<xs:element name="minExclusive" type="doc:modelType"/>
<xs:element name="minInclusive" type="doc:modelType"/>
<xs:element name="minLength" type="doc:modelType"/>
<xs:element name="pattern" type="doc:modelType"/>
<xs:element name="totalDigits" type="doc:modelType"/>
<xs:element name="whiteSpace" type="doc:modelType"/>
<xs:element name="documentation" type="xs:anyType"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="occurs" type="doc:occursType" use="optional"/>
<xs:attribute name="name" type="xs:Name" use="optional"/>
<xs:attribute name="type" type="xs:Name" use="optional"/>
<xs:attribute name="href" type="xs:anyURI" use="optional"/>
<xs:attribute name="namespace" type="xs:anyURI" use="optional"/>
<xs:attribute name="base" type="xs:Name" use="optional"/>
<xs:attribute name="value" type="xs:string" use="optional"/>
</xs:complexType>

xsddoc/xsddoc.xsd

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe
hosted at