complexType "ContentRequiredRefType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in MOA-SPSS-1.3.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
    Reference
 = 
xsd:anyURI
    >
   
Content: 
(Base64Content | XMLContent | LocRefContent)?
</...>
Content Model Elements (3):
Base64Content (type xsd:base64Binary),
LocRefContent (type xsd:anyURI),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
ContentBaseType (extension)
  ContentOptionalRefType (restriction)
      ContentRequiredRefType
XML Source (see within schema source)
<xsd:complexType name="ContentRequiredRefType">
<xsd:complexContent>
<xsd:restriction base="ContentOptionalRefType">
<xsd:choice minOccurs="0">
<xsd:element name="Base64Content" type="xsd:base64Binary"/>
<xsd:element name="XMLContent" type="XMLContentType"/>
<xsd:element name="LocRefContent" type="xsd:anyURI"/>
</xsd:choice>
<xsd:attribute name="Reference" type="xsd:anyURI" use="required"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/1)
Reference
Type:
xsd:anyURI, predefined
Use:
required
XML Source (see within schema source)
<xsd:attribute name="Reference" type="xsd:anyURI" use="required"/>
Content Element Detail (all declarations; defined in this component only; 3/3)
Base64Content
Type:
xsd:base64Binary, predefined, simple content
XML Source (see within schema source)
<xsd:element name="Base64Content" type="xsd:base64Binary"/>

LocRefContent
Type:
xsd:anyURI, predefined, simple content
XML Source (see within schema source)
<xsd:element name="LocRefContent" type="xsd:anyURI"/>

XMLContent
Type:
XMLContentType, mixed content
XML Source (see within schema source)
<xsd:element name="XMLContent" type="XMLContentType"/>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set