complexType "TransformParameterType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
globally in MOA-SPSS-1.3.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
    URI
 = 
xsd:anyURI
    >
   
Content: 
(Base64Content | Hash)?
</...>
Content Model Elements (2):
Base64Content (type xsd:base64Binary),
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="TransformParameterType">
<xsd:choice minOccurs="0">
<xsd:element name="Base64Content" type="xsd:base64Binary"/>
<xsd:element name="Hash">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="dsig:DigestMethod"/>
<xsd:element ref="dsig:DigestValue"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:choice>
<xsd:attribute name="URI" type="xsd:anyURI" use="required"/>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/1)
URI
Type:
xsd:anyURI, predefined
Use:
required
XML Source (see within schema source)
<xsd:attribute name="URI" type="xsd:anyURI" use="required"/>
Content Element Detail (all declarations; defined in this component only; 2/2)
Base64Content
Type:
xsd:base64Binary, predefined, simple content
Der Transformationsparameter explizit angegeben.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="Base64Content" type="xsd:base64Binary"/>

Hash
Type:
anonymous, complex content
Der Hashwert des Transformationsparameters.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="Hash">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="dsig:DigestMethod"/>
<xsd:element ref="dsig:DigestValue"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

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