Template:ElementSpec: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
add to templates list
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{extension
{{extension
  | company = yourcompanyname
  | company = yourcompanyname
  | product = yourproductname}}
  | purpose = short description
| company = ...
| product = product this applies to (match name of wiki page for this product)
| product2 = 2nd product or blank
| product3 = 3rd product or blank
| contact_email = ...
| last_updated = ...}}


==<your_element> Element==
==<your_element> Element==
Line 7: Line 13:
           TIP: The ":" at the beginning of lines indents them.  
           TIP: The ":" at the beginning of lines indents them.  
-->
-->
:'''Category:''' <!-- fill in  --> (See [[list of specification categories]])
:'''Specification Version:''' 1.X <!-- fill in  --> (Choose: 1.4 or 1.5)
:'''Category:''' <!-- fill in word right after the colon to reference the category --> (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 23: Line 31:
:{| {{prettytable}}
:{| {{prettytable}}
|+ '''Related Elements'''
|+ '''Related Elements'''
!Parent element(s)
!Affected Parent element(s)
| list_here
| list_here
|-
|-
Line 45: Line 53:
===Details===
===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. -->
:<!-- 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. -->
====Problem====
:<!-- Additional info about the problem that is being solved. -->
====Analysis====
:<!-- Additional info about the design and analysis of the problem. -->
====Solution====
:<!-- Additional info about the solution for the problem that is addresses. -->
====Schema====
:<!-- A copy of the schema and links to the schema namespace. -->


===Examples===
===Examples===
<!-- Really required. --><noinclude>[[Category:Templates]]</noinclude>
 
===Status===
:<!-- Status can be one of: Incomplete, Complete, Released product version, Obsolete -->
 
===IP Status===
:<!-- Document any known patents or other IP claims that may prohibit royalty-free implementation of the extension, or impose other constraints on implementations -->
 
===Dependencies===
:<!-- List the COLLADA version(s) required by this extension as well as any other dependencies -->
 
===Issues===
:<!-- List remaining open issues, or closed issues whose resolution set a precedent, or was otherwise especially interesting. Briefly describe each issue, options considered, the choice made, and the reason for that choice. Include Bugzilla issue numbers were applicable. -->
 
===Parsing Errors===
====Version 1.X Error Handling====
:<!-- The handling of error conditions while parsing extensions is specified on an per-extension basis. Describe the error handling behavior for each version of the specification that the extension is designed to work with. -->
 
 
<!-- Really required. --><noinclude>[[Category:Templates]][[Category:COLLADA extensions|*]]</noinclude>

Latest revision as of 14:14, 17 May 2010

Extension information
This article is part of the COLLADA extensions directory
Adding to the extensions directory

<your_element> Element

Specification Version: 1.X (Choose: 1.4 or 1.5)
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
Affected Parent element(s) list_here
Extra and/or Technique fill_in
Child elements list_here
Other list_here
Child Elements
Name Description Default Occurrences
Example Specifies foo. N/A 0 or more

Details

Problem

Analysis

Solution

Schema

Examples

Status

IP Status

Dependencies

Issues

Parsing Errors

Version 1.X Error Handling