XForms Tutorial > I-1.3.7. The extension element
extension element는 XForms 네임스페이스와는 다른 Nmespace로부터 확장된 Elemement를 포함한다. XForms Spec에서는 이러한 Element의 Processing에 대해서는 정의하지 않는다.
Common Attributes
- Common
<input ref="dataset/user/email" id="email-input">
<label>Enter your email address</label>
<extension>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#email-input">
<my:addressBook>personal</my:addressBook>
</rdf:Description>
</rdf:RDF>
</extension>
</input>
댓글 없음:
댓글 쓰기