我有一個包含與會者表的事件的項目範圍。itemprop引用外部項目表
我希望能夠在同一時間將表格作爲itemscope itemtype="[...]Table"
,並將表格的行作爲itemprop="attendee"
參考外部itemscope itemtype="[...]Event"
。喜歡的東西:
itemscope itemtype=Event
itemprop something about Event
itemprop another thing about Event
itemscope itemtype=Table
itemprop=attendee referring to the Event, not the Table
...
但是,如果我用什麼我寫上面的attendee
屬性將參考Table
範圍。有沒有解決的辦法?
問題[?我如何嵌套在一個的itemscope實際應用到不同的itemscope的itemprop(http://stackoverflow.com/q/16700765/1591669)似乎是相同的,它包含[解決方法]的答案(http://stackoverflow.com/a/16725422/1591669)。 – unor