complexType "propsType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    value-type
 = 
xsd:string
    >
   
Content: 
prop*
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (3):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
collectionType (extension)
  propsType
XML Source (see within schema source)
<xsd:complexType name="propsType">
<xsd:complexContent>
<xsd:extension base="collectionType">
<xsd:sequence>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element ref="prop"/>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined in this component only; 1/1)
prop
Type:
anonymous, mixed content
XML Source (see within schema source)
<xsd:element ref="prop"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.