Skip to content
Discussion options

You must be logged in to vote

How exactly do you want to distinguish the created_date elements?

  • Do you want to rename the created_date element inside myElement and myOtherElement and stick with the RecordDateType type? Then you can simple walk through the MetaType structure and change the name of the element inside the sequence.
  • Or, do you want to use a different type for the two created_date elements? This is a bit more complex, because the two fields references the same type. So if you want to have different types, you have to create a new date type and reference this type in your created_date element.

I have created example code for both suggestions here. But honestly, I guess it's much more simpler to just chang…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@imamatory
Comment options

@Bergmann89
Comment options

@imamatory
Comment options

@Bergmann89
Comment options

Answer selected by imamatory
@Bergmann89
Comment options

@imamatory
Comment options

@Bergmann89
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants