i got the mindmanager x5 schemas:
meanwhile, the RDF schema for FOAF. now, to find ways to map between XSD and RDFS here are normalization rules as a start.
XSD ComponentRDFS ResourceProperties
Element declaration
R->type definition N->element name
complex type definitionrdfs:Class (root)rdfs:SubClassOf ->type definition
complex type definition
N->complex type name or ->type definition + "_class"
attribute declarationrdfs:ClassR->type definition N->attribute name
Attribute group definition model group definitionrdfs:PropertyClass: N->group name + "_class" Property: N->group name R->group (class)
wildcardrdfs:Class + rdfs:Property (definition)N->attribute wildcard + "_value" R->rdfs:Literal
simple type definitionrdfs:Property (any)

rdfs:Literal

rdfs:Class (list)

why is this useful? how would you like to edit RDF data (FOAF'?) in mindmanager?