```java // in Order-X_Basic Message Structure: protected TradeContactType definedTradeContact; ... protected TaxRegistrationType specifiedTaxRegistration; // in Order-X_Extended: protected TextType description; // added ... protected List<TradeContactType> definedTradeContact; ... protected List<TaxRegistrationType> specifiedTaxRegistration; ```