Which of the following XSD code snippets automatically assigns a value to the shapes element when no value is present?( )
xs:element name="shapes" type="xs:string" fixed="square"/
xs:element name="shapes" type="xs:string" default="square"/
xs:element name="shapes" type="xs:string" value="square"/
None of these