Template:ElementSpec: Difference between revisions
Jump to navigation
Jump to search
new template for spec pages, to use for extension elements |
fill in more of outline |
||
Line 1: | Line 1: | ||
Category: <!-- fill in --> (See [[list of specification categories]]) | {{extensions | ||
| company = yourcompanyname | |||
| product = yourproductname}} | |||
'''Category:''' <!-- fill in --> (See [[list of specification categories]]) | |||
Introduction: <!-- fill in one sentence starting with a verb that describes purpose of this element --> | '''Introduction:''' <!-- fill in one sentence starting with a verb that describes purpose of this element --> | ||
==Concepts== | ==Concepts== | ||
Line 15: | Line 18: | ||
==Related Elements== | ==Related Elements== | ||
{| | {| {{prettytable}} | ||
|- | |- | ||
!Parent element(s) | !Parent element(s) | ||
Line 26: | Line 29: | ||
|list any other relevant elements | |list any other relevant elements | ||
|} | |} | ||
==Child Elements== | |||
{| {{prettytable}} | |||
|- | |||
!Name||Description||Default||Occurrences | |||
|- | |||
|Example||Specifies foo.||N/A||0 or more | |||
|} | |||
==Details== | |||
<!-- Additional info about how and where to use the element (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc. --> | |||
==Examples== | |||
<!-- Really required. --> |
Revision as of 07:07, 8 December 2008
Extension information |
---|
|
This article is part of the COLLADA extensions directory |
Adding to the extensions directory |
Category: (See list of specification categories)
Introduction:
Concepts
Attributes
Name | Type | Description | Required? |
---|---|---|---|
example | xs:token | A text string value that specifies blah. | Yes |
Related Elements
Parent element(s) | list_here |
---|---|
Child elements | list_here or state None |
Other | list any other relevant elements |
Child Elements
Name | Description | Default | Occurrences |
---|---|---|---|
Example | Specifies foo. | N/A | 0 or more |