C# (CSharp) HandCoded.FpML.Meta Namespace

Classes

Name Description
DTDRelease The DTDRelease adds FpML specific knowledge to the base HandCoded.Meta.DTDRelease. It ensures that the FpML element is automatically assigned the correct version identifier and holds a reference to a schemes description for the release.
FpMLDTDReleaseLoader An instance of the FpMLDTDReleaseLoader class will extract the description of an FpML DTD based grammar from the bootstrap data file and construct a DTDRelease to hold it.
FpMLInstanceInitialiser The FpMLInstanceInitialiser class provides additional initialisation logic for FpML schema based instances, in particular it ensures that the FpML version attribute is set to match the referenced schema.
FpMLSchemaRecogniser The FpMLInstanceInitialiser class provides additional initialisation logic for FpML schema based instances, in particular it ensures that the FpML version attribute is set to match the referenced schema.
FpMLSchemaReleaseLoader An instance of the FpMLSchemaReleaseLoader class will extract the description of an FpML XML Schema based grammar from the bootstrap data file and construct a SchemaRelease to hold it.
SchemaRelease The SchemaRelease adds FpML specific knowledge to the base HandCoded.Meta.SchemaRelease. It ensures that the FpML element is automatically assigned the correct version identifier and holds a reference to a schemes description for the release.
SchemeDefaults The SchemeDefaults class provides a way to find out the URI associated with a particular type of coded data. An instance of SchemeDefaults exists for each supported release of FpML and is customised to return the appropriate URI for that version.