Schema2XML¶
- class Schema2XML[source]
Methods
|
Takes a HedSchema object and returns it in the inherited form(mediawiki, xml, etc) |
Attributes
- Schema2XML.process_schema(hed_schema, save_merged=False)¶
Takes a HedSchema object and returns it in the inherited form(mediawiki, xml, etc)
- Parameters:
hed_schema (HedSchema) –
save_merged (bool) – If True, this will save the schema as a merged schema if it is a “withStandard” schema. If it is not a “withStandard” schema, this setting has no effect.
- Returns:
converted_output – Varies based on inherited class
- Return type:
Any