fix-orchestra-spec icon indicating copy to clipboard operation
fix-orchestra-spec copied to clipboard

Define entity attribute "changeType" in spec

Open kleihan opened this issue 1 year ago • 2 comments

Orchestra v1.0 spec does not explain this attribute, Schema shows the following:

	<xs:simpleType name="changeType_t">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Editorial"/>
			<xs:enumeration value="Definitional"/>
		</xs:restriction>
	</xs:simpleType>

kleihan avatar May 08 '23 14:05 kleihan

This type was retained from FIX Unified Repository, but I'm not sure that anyone uses it.

donmendelson avatar May 08 '23 15:05 donmendelson

I am guessing it addresses the type of change made to an element. Editorial is only about annotation elements and anything else is definitional. I was unaware of it but actually like it. I sometimes see pedigree and wonder about what we changed and look into the EP to find out that it was just some typo that was corrected. Software can read this and decide to ignore it for code generation.

kleihan avatar May 08 '23 16:05 kleihan