First page Back Continue Last page Overview Graphics
Features Have Properties
Properties are like the “API” of a feature
Named with URIs (used to be Qnames)
Typed with XML schema
Example:
- “TrafficLight” feature has “color” property, which is an enum [ red, yellow, green ]
- Feature spec says the value of this property should be passed from node to node, but NOT how it should be done
Notes: