<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">Hi!<br /></div>
<div name="messageReplySection"><br />
Could you tell me how I can extend UserType with complexType object?<br />
<br />
I tried to add <xsd:complexType> under <xsd:sequence> of my custom xsd but got error:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">
<div name="messageBodySection">
<div>
<div>org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'repositoryFactory': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.evolveum.midpoint.prism.PrismContext com.evolveum.midpoint.init.RepositoryFactory.prismContext; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prismContext' defined in class path resource [ctx-configuration.xml]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.evolveum.midpoint.prism.PrismContext]: Factory method 'createInitializedPrismContext' threw exception; nested exception is com.evolveum.midpoint.util.exception.SchemaException: XML error during XSD schema parsing: <b>Unexpected <xsd:complexType> appears at line 65 column 42(embedded exception null)</b> in file C:\midpoint\schema\test1.xsd</div>
</div>
</div>
</blockquote>
<br />
Do you have any example of using complexType attribute with UserExtensionType?<br />
<br />
---<br />
<div name="messageSignatureSection">
<div>Dmitry</div>
</div>
</div>
</body>
</html>